Skip to content

Commit

Permalink
Allow installing on PHP 7.3 on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Oct 4, 2019
1 parent b1ea332 commit 3f4576d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ 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 3f4576d

Please sign in to comment.