diff --git a/.travis.yml b/.travis.yml index afba7f9c6..980b46cf2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,8 @@ language: cpp branches: only: - - master + - v0.x + - v1.x # having another branch lets us force-push tests here without spamming master - travis-test diff --git a/scripts/appveyor.yml b/scripts/appveyor.yml index f9b4a52bc..4a6dab7da 100644 --- a/scripts/appveyor.yml +++ b/scripts/appveyor.yml @@ -2,7 +2,8 @@ version: '{build}' branches: only: - - master + - v0.x + - v1.x image: Visual Studio 2015