Skip to content

Commit

Permalink
Merge pull request #48 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 authored Jul 6, 2017
2 parents 47347be + fd3c0fc commit d4ea4d9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
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 d4ea4d9

Please sign in to comment.