Skip to content

Commit

Permalink
Ignore HHVM build errors (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidePastore authored Jun 23, 2018
1 parent 779b449 commit 4003b73
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 @@ -4,7 +4,14 @@ php:
- 5.5
- 5.6
- 7.0
- hhvm

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

before_script: composer install

Expand Down

0 comments on commit 4003b73

Please sign in to comment.