There was an error while loading. Please reload this page.
1 parent 067e0fc commit af53125Copy full SHA for af53125
.travis.yml
@@ -18,6 +18,7 @@ matrix:
18
- php: hhvm
19
20
before_install:
21
+ - if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini; fi
22
- composer self-update
23
24
install:
0 commit comments