run mysql seed in travis
This commit is contained in:
@@ -18,6 +18,7 @@ before_script:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- php artisan database:create --reset
|
- php artisan database:create --reset
|
||||||
|
- php artisan migrate:refresh --seed
|
||||||
- vendor/bin/phpunit --debug --verbose
|
- vendor/bin/phpunit --debug --verbose
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
|||||||
Reference in New Issue
Block a user