Fixed up travis config (#3316)

This commit is contained in:
Graham Campbell
2018-11-06 18:32:05 +00:00
committed by GitHub
parent 55a2b6215a
commit 47000c999b

View File

@@ -9,7 +9,7 @@ branches:
before_install:
- cp .env.example .env
- phpenv config-rm xdebug.ini
- phpenv config-rm xdebug.ini || true
install:
- travis_retry composer install --no-interaction --no-suggest