Fix an issue on travis with xdebug already being absent on php nightly

This commit is contained in:
Jonny Barnes 2016-09-09 12:33:31 +01:00
parent 9245f5a3e0
commit d0e020333a

View file

@ -20,7 +20,7 @@ matrix:
- php: nightly
before_install:
- phpenv config-rm xdebug.ini
- phpenv config-rm xdebug.ini || echo "xdebug already absent"
- travis_retry composer self-update --preview
install: