Try to get travis working again.

This commit is contained in:
James Cole
2016-01-09 08:36:50 +01:00
parent 2980860377
commit cb5fa401cb
2 changed files with 38 additions and 2 deletions

View File

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