Skip to content

Commit

Permalink
Ignore missing xdebug on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Jul 9, 2017
1 parent 36794da commit 916cf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ matrix:
fast_finish: true

before_install:
- phpenv config-rm xdebug.ini
- phpenv config-rm xdebug.ini || echo "No xdebug config."

install:
- travis/install-uv.sh
Expand Down

0 comments on commit 916cf31

Please sign in to comment.