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