Skip to content

Commit

Permalink
Test on PHP 7.4 on Travis + workaround for Composer on PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Oct 4, 2019
1 parent 9946bcf commit 05673bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -6,12 +6,14 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
- nightly

matrix:
fast_finish: true
allow_failures:
- php: nightly
- php: 7.4snapshot

stages:
- analyze
Expand Down Expand Up @@ -41,7 +43,8 @@ install:
- composer remove --no-update --dev
phan/phan phpstan/phpstan vimeo/psalm
infection/infection friendsofphp/php-cs-fixer
- composer install --prefer-dist
- if [[ $TRAVIS_PHP_VERSION = nightly ]]; then export COMPOSER_FLAGS="--ignore-platform-reqs"; fi
- travis_retry composer install --prefer-dist $COMPOSER_FLAGS

script:
- make ci-test --keep-going
Expand Down

0 comments on commit 05673bd

Please sign in to comment.