Skip to content

Commit

Permalink
Merge branch 'master' into v3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Oct 4, 2019
2 parents 7ecc1b0 + 05673bd commit ab572e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -5,12 +5,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 @@ -40,7 +42,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 ab572e5

Please sign in to comment.