Copy the .env.example file to .env for Travis
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user