Skip to content

Commit 6b7a0b3

Browse files
Update .travis.yml
1 parent 3a655be commit 6b7a0b3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ matrix:
2323
- php: nightly
2424
dist: bionic
2525
fast_finish: true
26-
allow_failures:
27-
- php: nightly
2826

29-
install: travis_retry composer update
27+
install:
28+
- if [ "$TRAVIS_PHP_VERSION" != "nightly" ]; then travis_retry composer update; fi
29+
- if [ "$TRAVIS_PHP_VERSION" == "nightly" ]; then travis_retry composer update --ignore-platform-reqs; fi
3030

3131
script: vendor/bin/phpunit

0 commit comments

Comments
 (0)