Whitelist master and test branches for Travis CI

Only pull requests, merges to master, and branches starting with the
prefix "test" will trigger Travis CI builds.
This commit is contained in:
Andrew Schwartzmeyer 2016-07-24 15:30:20 -07:00
parent a9acee8079
commit 6513830e8c

View file

@ -1,5 +1,10 @@
language: cpp
branches:
only:
- master
- /^test.*$/
os:
- linux
- osx