Try again.

This commit is contained in:
James Cole 2015-02-07 10:30:41 +01:00
parent 9cdf43a2c9
commit 577e38759e

View File

@ -1,5 +1,5 @@
#!/bin/bash
touch tests/_data/db.sqlite
php artisan migrate --seed --env=testing
php artisan migrate --seed
sqlite3 tests/_data/db.sqlite .dump > tests/_data/dump.sql
exit 0