Do not run Travis on every branch, just master

This commit is contained in:
Alex Beregszaszi 2018-02-03 23:00:12 +00:00
parent da60d4ee0a
commit 13ae0a99a3

View File

@ -11,6 +11,11 @@ addons:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
branches:
# We need to whitelist the branches which we want to have "push" automation.
# Pull request automation is not constrained to this set of branches.
only:
- master
env:
matrix:
- CXX=g++-4.8 TEST_SUITE=test