Skip to content

Commit

Permalink
ignore composer warnings for PHP nightly in .travis.yml (fix2 maybe I…
Browse files Browse the repository at this point in the history
… should go to sleep)
  • Loading branch information
Péter Báthory committed Apr 8, 2020
1 parent 71316ce commit def4bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ cache:

install:
- if [[ $PHPSTAN = 0 ]]; then composer remove --dev phpstan/phpstan; fi
- |
- |
if [[ $TRAVIS_PHP_VERSION = "nightly" ]]; then
export COMPOSER_FLAGS="--ignore-platform-reqs"
export COMPOSER_FLAGS="--ignore-platform-reqs"
fi
- composer install --prefer-dist --no-interaction $COMPOSER_FLAGS
# TODO Install geos library -- as a matrix test
Expand Down

0 comments on commit def4bed

Please sign in to comment.