travis: do NOT wait for branch builds for PR's. it just wastes time.

This commit is contained in:
Parker Moore 2015-12-04 09:59:00 -08:00
parent 86195655d7
commit 0aa3c96d11
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ env:
matrix:
- TEST_SUITE=test
- TEST_SUITE=cucumber
branches:
only:
- master
before_script: bundle update
script: script/cibuild
notifications: