Merge pull request #5740 from marc1706/ticket/16216

[ticket/16216] Disable xdebug on travis
This commit is contained in:
Marc Alexander 2019-11-22 18:21:02 +01:00
commit b8e86975a4
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -65,6 +65,8 @@ then
fi
fi
# Disable xdebug on travis
phpenv config-rm xdebug.ini
# redis
# Disabled redis for now as it causes travis to fail