Skip to content

Commit 870b38d

Browse files
committed
Added HHVM
1 parent 72f9aed commit 870b38d

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
@@ -12,7 +12,7 @@ matrix:
1212
fast_finish: true
1313

1414
before_install:
15-
- phpenv config-rm xdebug.ini
15+
- if [[ $TRAVIS_PHP_VERSION != 'hhvm' ]]; then phpenv config-rm xdebug.ini; fi;
1616
- pip install --user codecov
1717

1818
before_script:

0 commit comments

Comments
 (0)