Skip to content

Commit b5f330e

Browse files
committed
Update travis CI config
1 parent 00312b9 commit b5f330e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ php:
99
- 5.6
1010
- 7.0
1111
- 7.1
12-
- hhvm
12+
- 7.2
13+
- 7.3
14+
- 7.4snapshot
15+
- nightly
1316

1417
#before_install:
1518
# # This update is mandatory or the 'apt-get install' calls following will fail
@@ -30,3 +33,8 @@ script:
3033

3134
after_script:
3235
- vendor/bin/coveralls
36+
37+
matrix:
38+
allow_failures:
39+
- php: 7.4snapshot
40+
- php: nightly

0 commit comments

Comments
 (0)