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 Jun 9, 2017
1 parent e664936 commit 5f06910
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 5f06910

Please sign in to comment.