Lets see fit his works.

This commit is contained in:
James Cole 2015-02-07 10:16:14 +01:00
parent 2dc67d1674
commit 62d43c2cb2
2 changed files with 12 additions and 0 deletions

11
.env.testing Normal file
View File

@ -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

View File

@ -11,6 +11,7 @@ addons:
install: install:
- rm composer.lock - rm composer.lock
- composer install - composer install
- php artisan env
script: script:
- ./tests/_data/db.sh - ./tests/_data/db.sh