Skip to content

Commit

Permalink
Merge pull request #24 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 Aug 3, 2017
2 parents 0ceb9e4 + 1aeec93 commit 7e99b47
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@ 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
- composer install --no-interaction

script:
- vendor/bin/phpunit --coverage-text

0 comments on commit 7e99b47

Please sign in to comment.