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 72f9aed commit 870b38dCopy full SHA for 870b38d
.travis.yml
@@ -12,7 +12,7 @@ matrix:
12
fast_finish: true
13
14
before_install:
15
- - phpenv config-rm xdebug.ini
+ - if [[ $TRAVIS_PHP_VERSION != 'hhvm' ]]; then phpenv config-rm xdebug.ini; fi;
16
- pip install --user codecov
17
18
before_script:
0 commit comments