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:
|
||||
- TEST_SUITE=test
|
||||
- TEST_SUITE=cucumber
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
before_script: bundle update
|
||||
script: script/cibuild
|
||||
notifications:
|
||||
|
|
Loading…
Reference in New Issue