We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be40122 commit 890e879Copy full SHA for 890e879
1 file changed
.travis.yml
@@ -6,6 +6,7 @@ env:
6
- SF_VERSION='~3.0.0'
7
8
before_script:
9
+ - if [ "$COVERAGE" != "true" ] && [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-rm xdebug.ini; fi
10
- export WEB_FIXTURES_HOST=http://localhost/index.php
11
12
- sh -e /etc/init.d/xvfb start
0 commit comments