Skip to content

Commit 17388de

Browse files
authored
Remove HHVM from Travis (#437)
HHVM 4.0.0 has dropped support for PHP. The SDK still supports up to 4.0.0 https://hhvm.com/blog/2019/02/11/hhvm-4.0.0.html
1 parent 2f3984f commit 17388de

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ php:
77
- '7.0'
88
- '7.1'
99
# - '7.2'
10-
- hhvm # on Trusty only
1110

1211
cache:
1312
directories:
@@ -21,8 +20,6 @@ matrix:
2120
env: STREAM_CLIENT_ONLY=1
2221
#- php: '7.2'
2322
# env: STREAM_CLIENT_ONLY=1
24-
- php: hhvm
25-
env: STREAM_CLIENT_ONLY=1
2623

2724
before_install:
2825
- nvm install 8.11

0 commit comments

Comments
 (0)