Skip to content

Commit b3c7925

Browse files
committed
Travis: don't allow PHP 7.4 build to fail
As PHP 7.4 has been released, the build against PHP 7.4 should no longer be allowed to fail. As that build was combined with the PHPStan check which - for now - should be allowed to fail, I've split the build into two: 1. a "normal" PHP 7.4 build which is not allowed to fail. 2. a PHPStan specific build which is allowed to fail.
1 parent 0676055 commit b3c7925

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ matrix:
2222
env: PHPUNIT_INCOMPAT=1
2323
- php: 7.3
2424
env: PHPUNIT_INCOMPAT=1
25+
- php: "7.4snapshot"
26+
env: PHPUNIT_INCOMPAT=1
2527
- php: "7.4snapshot"
2628
env: PHPSTAN=1 PHPUNIT_INCOMPAT=1
2729
addons:
@@ -38,6 +40,7 @@ matrix:
3840

3941
allow_failures:
4042
- php: "7.4snapshot"
43+
env: PHPSTAN=1 PHPUNIT_INCOMPAT=1
4144
- php: nightly
4245

4346
before_install:

0 commit comments

Comments
 (0)