Skip to content

Commit cd18bc4

Browse files
authored
Enable Xdebug for HHVM
1 parent 21522ac commit cd18bc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ php:
1212
matrix:
1313
allow_failures:
1414
- php: nightly
15-
- php: hhvm
1615

1716
os:
1817
- linux
@@ -31,6 +30,7 @@ before_script:
3130

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

3636
after_script:
@@ -42,4 +42,4 @@ after_success:
4242
cache:
4343
directories:
4444
- vendor
45-
- $HOME/.cache/composer
45+
- $HOME/.cache/composer

0 commit comments

Comments
 (0)