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:
|
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 --seed -v
|
- php artisan migrate -v
|
||||||
script:
|
script:
|
||||||
- vendor/bin/phpunit --coverage-clover coverage.xml
|
- vendor/bin/phpunit --coverage-clover coverage.xml
|
||||||
notifications:
|
notifications:
|
||||||
|
|
Loading…
Reference in a new issue