Browse Source

Allow fast finishing

tags/2.0.0-rc
DaSourcerer 11 years ago
parent
commit
f81ab0d4ca
  1. 1
      .travis.yml

1
.travis.yml

@ -9,6 +9,7 @@ php:
# run build against PHP 5.6 and hhvm but allow them to fail # run build against PHP 5.6 and hhvm but allow them to fail
# http://docs.travis-ci.com/user/build-configuration/#Rows-That-are-Allowed-To-Fail # http://docs.travis-ci.com/user/build-configuration/#Rows-That-are-Allowed-To-Fail
matrix: matrix:
fast_finish: true
allow_failures: allow_failures:
- php: hhvm - php: hhvm
- php: 5.6 - php: 5.6

Loading…
Cancel
Save