Skip to content

Commit 513ca0d

Browse files
committed
Ignore platform requirements for nightly builds
1 parent c2aa7b5 commit 513ca0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ matrix:
2323
sudo: false
2424

2525
before_script:
26+
- |
27+
if [ "$TRAVIS_PHP_VERSION" = "nightly" ]; then
28+
COMPOSER_FLAGS="$COMPOSER_FLAGS --ignore-platform-reqs"
29+
fi;
2630
- travis_wait composer update --no-interaction $COMPOSER_FLAGS
2731

2832
script:

0 commit comments

Comments
 (0)