Fix an issue on travis with xdebug already being absent on php nightly
This commit is contained in:
parent
9245f5a3e0
commit
d0e020333a
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ matrix:
|
||||||
- php: nightly
|
- php: nightly
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- phpenv config-rm xdebug.ini
|
- phpenv config-rm xdebug.ini || echo "xdebug already absent"
|
||||||
- travis_retry composer self-update --preview
|
- travis_retry composer self-update --preview
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Add table
Reference in a new issue