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: before_script:
- cp .env.travis .env - cp .env.travis .env
- composer install --no-interaction --prefer-dist --no-suggest --verbose - composer install --no-interaction --prefer-dist --no-suggest --verbose
- php artisan migrate -v - php artisan migrate --seed -v
script: script:
- vendor/bin/phpunit --coverage-clover coverage.xml - vendor/bin/phpunit --coverage-clover coverage.xml
notifications: notifications: