Actually correct database name for once.

This commit is contained in:
James Cole 2016-01-17 07:24:06 +01:00
parent c82bdd1f5a
commit a494398332

View File

@ -10,7 +10,7 @@ install:
- composer install
- php artisan env
- mv -v .env.testing .env
- touch storage/database/testing.sqlite
- touch storage/database/testing.db
- php artisan migrate --seed --env=testing
script: