Disable seeding until more complete

This commit is contained in:
Dane Everitt 2017-10-02 22:56:12 -05:00
parent ae671e6b19
commit 12faf80faf
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 --seed -v
- php artisan migrate -v
script:
- vendor/bin/phpunit --coverage-clover coverage.xml
notifications: