mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-23 00:36:12 +01:00
[BUGFIX] Make Travis more resilient for a missing Xdebug (#35)
This commit is contained in:
parent
ac9d9baa0d
commit
f44b313e78
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ cache:
|
||||||
- $HOME/.composer/cache
|
- $HOME/.composer/cache
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- phpenv config-rm xdebug.ini
|
- phpenv config-rm xdebug.ini || echo "xdebug not available"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- >
|
- >
|
||||||
|
|
Loading…
Reference in a new issue