Disable seeding until more complete
This commit is contained in:
parent
ae671e6b19
commit
12faf80faf
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue