From 62d43c2cb26fbc7488fa41441cdc2cae04d47d1e Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 7 Feb 2015 10:16:14 +0100 Subject: [PATCH] Lets see fit his works. --- .env.testing | 11 +++++++++++ .travis.yml | 1 + 2 files changed, 12 insertions(+) create mode 100644 .env.testing diff --git a/.env.testing b/.env.testing new file mode 100644 index 0000000000..e5ad163cfa --- /dev/null +++ b/.env.testing @@ -0,0 +1,11 @@ +APP_ENV=testing +APP_DEBUG=true +APP_KEY=SomeRandomString + +DB_HOST=localhost +DB_DATABASE=homestead +DB_USERNAME=homestead +DB_PASSWORD=secret + +CACHE_DRIVER=file +SESSION_DRIVER=file diff --git a/.travis.yml b/.travis.yml index 102eb830b2..9113086402 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ addons: install: - rm composer.lock - composer install + - php artisan env script: - ./tests/_data/db.sh