Skip to content

Commit 55d576c

Browse files
committed
minor #4622 Disallow PHP 7.4 failures on Travis CI (julienfalque)
This PR was merged into the 2.15 branch. Discussion ---------- Disallow PHP 7.4 failures on Travis CI [PHP bug](https://bugs.php.net/bug.php?id=78575) has been closed. Looks like the actual bug was in `mikey179/vfsstream` (bovigo/vfsStream#204). The fix has been merged and released so we can now disallow Travis CI failures. Commits ------- 5e93aa9 Disallow PHP 7.4 failures on Travis CI
2 parents 83460b5 + 5e93aa9 commit 55d576c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,3 @@ jobs:
164164
tags: true
165165
after_deploy:
166166
- ./dev-tools/trigger-website.sh ${TRAVIS_TOKEN} ${TRAVIS_TAG}
167-
168-
allow_failures:
169-
- php: 7.4snapshot

0 commit comments

Comments
 (0)