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 4c44c32 commit 6ad5a97Copy full SHA for 6ad5a97
.travis.yml
@@ -30,7 +30,7 @@ before_script:
30
31
script:
32
- mkdir -p build/logs
33
- - if [ $(phpenv version-name) = 'hhvm' ]; then echo 'xdebug.enable = On' >> ~/.phpenv/versions/hhvm/etc/php.ini; fi
+ - if [ $(phpenv version-name) = 'hhvm' ]; then echo 'xdebug.enable=1' >> /etc/hhvm/php.ini; fi
34
- phpunit --stderr --coverage-clover build/logs/clover.xml
35
36
after_script:
0 commit comments