Add back travis seeding

This commit is contained in:
Dane Everitt 2017-11-03 23:13:40 -05:00
parent f8c89f8331
commit 7ca6e003b2
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -15,7 +15,7 @@ before_install:
before_script:
- cp .env.travis .env
- composer install --no-interaction --prefer-dist --no-suggest --verbose
- php artisan migrate -v
- php artisan migrate --seed -v
script:
- vendor/bin/phpunit --coverage-clover coverage.xml
notifications: