Enable CI builds for v0.x and v1.x branches, and disable master

This commit is contained in:
baldurk
2017-08-04 16:50:23 +01:00
parent 53b10cbe37
commit 703c6ba07b
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -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
+2 -1
View File
@@ -2,7 +2,8 @@ version: '{build}'
branches:
only:
- master
- v0.x
- v1.x
image: Visual Studio 2015