Skip to content

Commit 09aba00

Browse files
committed
Add PHP 7.4 to the Travis test matrix
1 parent a68175f commit 09aba00

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ php:
55
- 7.1
66
- 7.2
77
- 7.3
8+
- 7.4
89

910
sudo: false
1011

@@ -24,6 +25,3 @@ script:
2425

2526
after_success:
2627
- travis_retry php coveralls.phar
27-
28-
notifications:
29-
email: false

0 commit comments

Comments
 (0)