Skip to content

Commit

Permalink
Fix HHVM tests on Travis CI
Browse files Browse the repository at this point in the history
HHVM is not reported as fully compatible with PHP 7 yet:
composer/composer#4976
  • Loading branch information
BenMorel committed Mar 13, 2016
1 parent ea76fa1 commit 1324314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ php:

before_script:
- composer self-update
- composer install
- composer install --ignore-platform-reqs

script:
- mkdir -p build/logs
Expand Down

0 comments on commit 1324314

Please sign in to comment.