mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-22 19:56:13 +01:00

[BUGFIX] Make Travis more resilient for a missing Xdebug (#35)

This commit is contained in:
Oliver Klee 2018-10-20 17:14:41 +02:00 committed by GitHub
parent ac9d9baa0d
commit f44b313e78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:
- >