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 Aug 3, 2017
1 parent ed70f8d commit 6521295
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@ language: php
php:
- 5.3
- 5.6
- hhvm

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

install:
- composer install --prefer-source --no-interaction
script:
Expand Down

0 comments on commit 6521295

Please sign in to comment.