Skip to content

Commit 4c44c32

Browse files
authored
HHVM had wrong location for php.ini
1 parent cd18bc4 commit 4c44c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ before_script:
3030

3131
script:
3232
- mkdir -p build/logs
33-
- if [[ "$TRAVIS_PHP_VERSION" =~ '^hhvm' ]]; then echo 'xdebug.enable = On' >> /etc/hhvm/php.ini; fi
33+
- if [ $(phpenv version-name) = 'hhvm' ]; then echo 'xdebug.enable = On' >> ~/.phpenv/versions/hhvm/etc/php.ini; fi
3434
- phpunit --stderr --coverage-clover build/logs/clover.xml
3535

3636
after_script:

0 commit comments

Comments
 (0)