We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8120537 + 8a03859 commit 4a52dc7Copy full SHA for 4a52dc7
.travis.yml
@@ -12,6 +12,13 @@ php:
12
- hhvm
13
- nightly
14
15
+matrix:
16
+ fast_finish: true
17
+
18
+ allow_failures:
19
+ # Allow failures for unstable builds.
20
+ - php: nightly
21
22
before_script:
23
- if [[ ${TRAVIS_PHP_VERSION:0:1} != "7" && $TRAVIS_PHP_VERSION != "nightly" && $TRAVIS_PHP_VERSION != "hhvm" ]]; then phpenv config-add php5-testingConfig.ini; fi
24
- if [[ ${TRAVIS_PHP_VERSION:0:1} == "7" || $TRAVIS_PHP_VERSION == "nightly" ]]; then phpenv config-add php7-testingConfig.ini; fi
0 commit comments