Touch db so it can be created.

This commit is contained in:
James Cole 2015-03-18 22:17:18 +01:00
parent 3c4e7158a1
commit 4b076d227a

View File

@ -15,6 +15,7 @@ install:
- composer install
- php artisan env
- mv -v .env.testing .env
- touch tests/database/db.sqlite
- php artisan migrate --seed
script: