Skip to content

Commit

Permalink
Remove XDebug entirely from 5.4/5.5 runs
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Sep 26, 2016
1 parent 4dd8277 commit 2d7a9f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -16,6 +16,7 @@ cache:
# use the $DB env variable to determine the phpunit.xml to use
before_script:
- composer install
- sh -c 'if [ "$TRAVIS_PHP_VERSION" = "5.4" ] || [ "$TRAVIS_PHP_VERSION" = "5.5" ]; then phpenv config-rm xdebug.ini; fi;'

script:
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ] && [ "$TRAVIS_PHP_VERSION" != "5.4" ] && [ "$TRAVIS_PHP_VERSION" != "5.5" ]; then vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover tests; else vendor/bin/phpunit; fi;'
Expand Down

0 comments on commit 2d7a9f9

Please sign in to comment.