Skip to content

Commit

Permalink
#574 run CI only against PHP 7.4.0 for this specific release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Apr 7, 2020
1 parent 8ea8109 commit 6d12d12
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ cache: false
sudo: false

php:
- 7.4
- nightly
- 7.4.0

env:
matrix:
Expand Down Expand Up @@ -40,9 +39,5 @@ script:
- ./vendor/bin/psalm
- ulimit -n 4096 && phpdbg -qrr ./vendor/bin/infection -vvv --test-framework-options='--testsuite=unit' --min-msi=84 --min-covered-msi=86

matrix:
allow_failures:
- php: nightly

after_script:
- sh .travis.coverage.sh

0 comments on commit 6d12d12

Please sign in to comment.