Skip to content

Commit

Permalink
Enable xdebug for coverage on 7.1 insted of 5.6 as it should work faster
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Apr 20, 2017
1 parent d3f97f7 commit 9e1063e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ addons:

install:
- |
if [[ $TRAVIS_PHP_VERSION != '5.6' && $TRAVIS_PHP_VERSION != hhv* ]]; then
if [[ $TRAVIS_PHP_VERSION != '7.1' && $TRAVIS_PHP_VERSION != hhv* ]]; then
# disable xdebug for performance reasons when code coverage is not needed. note: xdebug on hhvm is disabled by default
phpenv config-rm xdebug.ini || echo "xdebug is not installed"
fi
Expand Down

0 comments on commit 9e1063e

Please sign in to comment.