mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-22 19:16:13 +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
|
||||
|
||||
before_install:
|
||||
- phpenv config-rm xdebug.ini
|
||||
- phpenv config-rm xdebug.ini || echo "xdebug not available"
|
||||
|
||||
install:
|
||||
- >
|
||||
|
|
Loading…
Reference in a new issue