We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd18bc4 commit 4c44c32Copy full SHA for 4c44c32
.travis.yml
@@ -30,7 +30,7 @@ before_script:
30
31
script:
32
- mkdir -p build/logs
33
- - if [[ "$TRAVIS_PHP_VERSION" =~ '^hhvm' ]]; then echo 'xdebug.enable = On' >> /etc/hhvm/php.ini; fi
+ - if [ $(phpenv version-name) = 'hhvm' ]; then echo 'xdebug.enable = On' >> ~/.phpenv/versions/hhvm/etc/php.ini; fi
34
- phpunit --stderr --coverage-clover build/logs/clover.xml
35
36
after_script:
0 commit comments