run mysql seed in travis

This commit is contained in:
Nabeel Shahzad 2017-12-01 22:26:29 -06:00
parent 62b5f1af8d
commit 2eb0d513f9

View File

@ -18,6 +18,7 @@ before_script:
script:
- php artisan database:create --reset
- php artisan migrate:refresh --seed
- vendor/bin/phpunit --debug --verbose
after_success: