Skip to content

Commit 230f4ad

Browse files
authored
Test on stable php 7.4 (php-debugbar#455)
1 parent a5ae65a commit 230f4ad

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ php:
44
- 7.1
55
- 7.2
66
- 7.3
7-
- 7.4snapshot
7+
- 7.4
88

99
# This triggers builds to run on the new TravisCI infrastructure.
1010
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
@@ -21,10 +21,6 @@ sudo: false
2121
cache:
2222
directories:
2323
- $HOME/.composer/cache
24-
25-
matrix:
26-
allow_failures:
27-
- php: 7.4snapshot
2824

2925
install:
3026
- travis_retry composer install --no-interaction --prefer-dist

0 commit comments

Comments
 (0)