mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-11 04:08:12 +00:00
Try to get travis working again.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user