Skip to content

Commit

Permalink
Use xdebug with 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Feb 21, 2020
1 parent df531b3 commit 0d49b67
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -18,8 +18,10 @@ env:
- AMP_DEBUG=true

before_install:
- phpenv config-rm xdebug.ini || echo "No xdebug config."
- travis/install-pcov.sh
- if [ "$TRAVIS_PHP_VERSION" != "7.1" ]; then
phpenv config-rm xdebug.ini || echo "No xdebug config.";
travis/install-pcov.sh;
fi
- travis/install-eio.sh
- travis/install-uv.sh
- wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.2.0/php-coveralls.phar
Expand Down

0 comments on commit 0d49b67

Please sign in to comment.