Skip to content

Commit 69e1d42

Browse files
committed
Add PHP 7.2 in not allowed failure
nightly is now 7.3.0-dev also good bye HHVM
1 parent 7b0dde7 commit 69e1d42

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ php:
77
- 5.6
88
- 7.0
99
- 7.1
10-
- hhvm
10+
- 7.2
1111
- nightly
1212

1313
# run build against nightly but allow them to fail
1414
matrix:
1515
fast_finish: true
1616
allow_failures:
17-
- php: hhvm
1817
- php: nightly
1918

2019
# faster builds on new travis setup not using sudo

0 commit comments

Comments
 (0)