From b67c0e2ae27b1de14212b636912736cebaeefff0 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 8 Aug 2016 17:32:23 +0100 Subject: [PATCH] Copy the .env.example file to .env for Travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d28bbec3..4d4fb231 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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