From 2556debd9aa7e1306261fffde9595c5c48a6456f Mon Sep 17 00:00:00 2001 From: JustArchi Date: Mon, 23 Jul 2018 04:13:41 +0200 Subject: [PATCH] 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. --- .travis.yml | 6 ------ appveyor.yml | 3 --- 2 files changed, 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 139301886..d996a56b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/appveyor.yml b/appveyor.yml index c1468dffd..fdc408cfe 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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