Skip to content

Commit

Permalink
Fixed HHVM build
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Jul 7, 2017
1 parent 70837bd commit 60b4ef4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ php:
- 5.5
- 5.6
- 7.0
- hhvm
- 7.1

env:
global:
Expand All @@ -27,6 +27,8 @@ matrix:
include:
- php: 5.5
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
- php: hhvm
dist: trusty

before_install:
- if [[ $COVERAGE != true && $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi
Expand Down

0 comments on commit 60b4ef4

Please sign in to comment.