Copy the .env.example file to .env for Travis

This commit is contained in:
James Brooks
2016-08-08 17:32:23 +01:00
parent 095db8dbbc
commit b67c0e2ae2

View File

@@ -10,6 +10,8 @@ php:
sudo: false
before_install: cp .env.example .env
install: travis_retry composer install --no-interaction --no-scripts --prefer-source
script: vendor/bin/phpunit