Skip to content

Commit

Permalink
Merge pull request #22 from clue-labs/hhvm
Browse files Browse the repository at this point in the history
Fix HHVM build for now again and ignore future HHVM build errors
  • Loading branch information
clue committed Jun 29, 2017
2 parents 6b1779d + 510879b commit a9406e2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,14 @@ php:
- 5.5
- 5.6
- 7
- hhvm

# also test against HHVM, but require "trusty" and ignore errors
matrix:
include:
- php: hhvm
dist: trusty
allow_failures:
- php: hhvm

sudo: false

Expand Down

0 comments on commit a9406e2

Please sign in to comment.