travis: do NOT wait for branch builds for PR's. it just wastes time.
This commit is contained in:
parent
86195655d7
commit
0aa3c96d11
|
@ -18,6 +18,9 @@ env:
|
||||||
matrix:
|
matrix:
|
||||||
- TEST_SUITE=test
|
- TEST_SUITE=test
|
||||||
- TEST_SUITE=cucumber
|
- TEST_SUITE=cucumber
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
before_script: bundle update
|
before_script: bundle update
|
||||||
script: script/cibuild
|
script: script/cibuild
|
||||||
notifications:
|
notifications:
|
||||||
|
|
Loading…
Reference in New Issue