Skip to content

Commit 890e879

Browse files
authored
Disable xDebug if not needed in Travis
1 parent be40122 commit 890e879

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ env:
66
- SF_VERSION='~3.0.0'
77

88
before_script:
9+
- if [ "$COVERAGE" != "true" ] && [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-rm xdebug.ini; fi
910
- export WEB_FIXTURES_HOST=http://localhost/index.php
1011

1112
- sh -e /etc/init.d/xvfb start

0 commit comments

Comments
 (0)