Skip to content

Commit 6f94df7

Browse files
authored
Remove all but most recent HHVM 3
As per this announcement (https://hhvm.com/blog/2018/12/17/hhvm-3.30.html), Facebook are deprecating PHP support in HHVM. 3.30 is the last LTS version. As such, I've removed all old versions from the tests. As soon as docopt breaks with 3.30, I will probably bump the major version of docopt.php, remove all vestiges of support for HHVM, and direct users to install the old version if they need to keep using it.
1 parent bf49a7e commit 6f94df7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,7 @@ before_install:
1010
# hhvm-3.6,: command not found
1111
matrix:
1212
include:
13-
- { dist: trusty , php: "hhvm-3.3" }
14-
- { dist: trusty , php: "hhvm-3.6" }
15-
- { dist: trusty , php: "hhvm-3.9" }
16-
- { dist: trusty , php: "hhvm-3.12" }
17-
- { dist: trusty , php: "hhvm-3.15" }
18-
- { dist: trusty , php: "hhvm-3.18" }
13+
- { dist: trusty , php: "hhvm-3.30" }
1914
- { dist: trusty , php: "nightly" }
2015
- { dist: trusty , php: "7.4snapshot" }
2116
- { dist: trusty , php: "7.3" }

0 commit comments

Comments
 (0)