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.
1 parent 3a655be commit 6b7a0b3Copy full SHA for 6b7a0b3
1 file changed
.travis.yml
@@ -23,9 +23,9 @@ matrix:
23
- php: nightly
24
dist: bionic
25
fast_finish: true
26
- allow_failures:
27
- - php: nightly
28
29
-install: travis_retry composer update
+install:
+ - if [ "$TRAVIS_PHP_VERSION" != "nightly" ]; then travis_retry composer update; fi
+ - if [ "$TRAVIS_PHP_VERSION" == "nightly" ]; then travis_retry composer update --ignore-platform-reqs; fi
30
31
script: vendor/bin/phpunit
0 commit comments