CIs: Build all branches

This will sadly trigger double build for travis due to lack of https://github.com/travis-ci/travis-ci/issues/6612 but overall it'll be useful for PRs targetting non-master branch.
This commit is contained in:
JustArchi 2018-07-23 04:13:41 +02:00
parent 849066e79f
commit 2556debd9a
2 changed files with 0 additions and 9 deletions

View file

@ -6,12 +6,6 @@ solution: ArchiSteamFarm.sln
git:
depth: 10
# Don't build other branches than master
# Sadly Travis doesn't support AppVeyor's "skip_branch_with_pr"
branches:
only:
- master
# Use latest images for building
group: travis_latest

View file

@ -1,9 +1,6 @@
version: '{build}-{branch}'
pull_requests:
do_not_increment_build_number: true
branches:
only:
- master
skip_branch_with_pr: true
image:
- Visual Studio 2017