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 a2b621c + 4a52dc7 commit 8da37a2Copy full SHA for 8da37a2
.travis.yml
@@ -11,6 +11,13 @@ php:
11
- hhvm
12
- nightly
13
14
+matrix:
15
+ fast_finish: true
16
+
17
+ allow_failures:
18
+ # Allow failures for unstable builds.
19
+ - php: nightly
20
21
before_script:
22
- if [[ ${TRAVIS_PHP_VERSION:0:1} != "7" && $TRAVIS_PHP_VERSION != "nightly" && $TRAVIS_PHP_VERSION != "hhvm" ]]; then phpenv config-add php5-testingConfig.ini; fi
23
- if [[ ${TRAVIS_PHP_VERSION:0:1} == "7" || $TRAVIS_PHP_VERSION == "nightly" ]]; then phpenv config-add php7-testingConfig.ini; fi
0 commit comments