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