Skip to content

Commit

Permalink
Fix HHVM build for now again and ignore future HHVM build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jul 6, 2017
1 parent 47347be commit fd3c0fc
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 fd3c0fc

Please sign in to comment.