Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 13ae0a9

Browse files
committed
Do not run Travis on every branch, just master
1 parent da60d4e commit 13ae0a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ addons:
1111
- ubuntu-toolchain-r-test
1212
packages:
1313
- g++-4.8
14+
branches:
15+
# We need to whitelist the branches which we want to have "push" automation.
16+
# Pull request automation is not constrained to this set of branches.
17+
only:
18+
- master
1419
env:
1520
matrix:
1621
- CXX=g++-4.8 TEST_SUITE=test

0 commit comments

Comments
 (0)