Skip to content

Commit 8da37a2

Browse files
committed
Merge branch 'master' into 3.0
2 parents a2b621c + 4a52dc7 commit 8da37a2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ php:
1111
- hhvm
1212
- nightly
1313

14+
matrix:
15+
fast_finish: true
16+
17+
allow_failures:
18+
# Allow failures for unstable builds.
19+
- php: nightly
20+
1421
before_script:
1522
- if [[ ${TRAVIS_PHP_VERSION:0:1} != "7" && $TRAVIS_PHP_VERSION != "nightly" && $TRAVIS_PHP_VERSION != "hhvm" ]]; then phpenv config-add php5-testingConfig.ini; fi
1623
- if [[ ${TRAVIS_PHP_VERSION:0:1} == "7" || $TRAVIS_PHP_VERSION == "nightly" ]]; then phpenv config-add php7-testingConfig.ini; fi

0 commit comments

Comments
 (0)