Skip to content

Commit

Permalink
HHVM needs to run on Trusty (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsolesen committed Jul 23, 2017
1 parent 49f878b commit f1069dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -4,10 +4,12 @@ sudo: false
php:
- 5.6
- 7.0
- hhvm
- nightly

matrix:
include:
- php: hhvm
dist: trusty
fast_finish: true
allow_failures:
- php: hhvm
Expand Down

0 comments on commit f1069dd

Please sign in to comment.