Skip to content

Commit

Permalink
Fixing code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
REBELinBLUE committed Feb 18, 2017
1 parent 6a11a5d commit e4e536c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -40,7 +40,7 @@ before_install:
- . $HOME/.nvm/nvm.sh
- nvm install stable
- nvm use stable
- if [[ "$TRAVIS_PHP_VERSION" != "7.0" ]]; then phpenv config-rm xdebug.ini; fi
- if [[ "$TRAVIS_PHP_VERSION" != "7.1" ]]; then phpenv config-rm xdebug.ini; fi

install:
- travis_retry composer install --no-interaction --prefer-dist --no-suggest
Expand Down

0 comments on commit e4e536c

Please sign in to comment.