Skip to content

Commit

Permalink
[TASK] Drop HHVM support
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Oliver Klee committed May 26, 2017
1 parent c69ad7d commit c40bfbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ matrix:
include:
- php: 7.0
- php: 7.1
- php: hhvm

before_install:
- mysql -e 'CREATE DATABASE phplist;'
Expand Down

0 comments on commit c40bfbd

Please sign in to comment.