Skip to content

Commit

Permalink
Ignore reqs on PHP 7.3 at the proper place
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Oct 4, 2019
1 parent de956bc commit 50252cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
install:
- pecl install ast
- phpenv config-rm xdebug.ini
- composer install --prefer-dist
- composer install --prefer-dist --ignore-platform-reqs
script:
- make ci-analyze --keep-going
- composer validate
Expand All @@ -41,7 +41,6 @@ install:
phan/phan phpstan/phpstan vimeo/psalm
infection/infection friendsofphp/php-cs-fixer
- if [[ $TRAVIS_PHP_VERSION = nightly ]]; then export COMPOSER_FLAGS="--ignore-platform-reqs"; fi
- if [[ $TRAVIS_PHP_VERSION = 7.3 ]]; then export COMPOSER_FLAGS="--ignore-platform-reqs"; fi
- travis_retry composer install --prefer-dist $COMPOSER_FLAGS

script:
Expand Down

0 comments on commit 50252cf

Please sign in to comment.