Skip to content

Commit 24c440b

Browse files
committed
disable 7.1 and hhvm build as they currently do not work
1 parent b919d58 commit 24c440b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ php:
66
- 5.5
77
- 5.6
88
- 7.0
9-
- 7.1
10-
- hhvm
9+
## - hhvm
1110

1211
matrix:
1312
allow_failures:
1413
- php: 7.0
15-
- php: 7.1
16-
- php: hhvm
14+
## - php: hhvm
1715

1816
env:
1917
global:

0 commit comments

Comments
 (0)