Skip to content

Commit 0bce773

Browse files
oliverkleemichield
authored andcommitted
[TASK] Drop HHVM support (#45)
HHVM in PHP 7 mode breaks Composer, and HHVM in non-PHP-7 mode causes composer to exit the install process due to the PHP version being too low. Other big projects are dropping support for HHVM due to these issues, too.
1 parent d0dc445 commit 0bce773

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ matrix:
1616
include:
1717
- php: 7.0
1818
- php: 7.1
19-
- php: hhvm
2019

2120
before_install:
2221
- mysql -e 'CREATE DATABASE phplist;'

0 commit comments

Comments
 (0)