Skip to content

Commit 7ca6e00

Browse files
committed
Add back travis seeding
1 parent f8c89f8 commit 7ca6e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ before_install:
1515
before_script:
1616
- cp .env.travis .env
1717
- composer install --no-interaction --prefer-dist --no-suggest --verbose
18-
- php artisan migrate -v
18+
- php artisan migrate --seed -v
1919
script:
2020
- vendor/bin/phpunit --coverage-clover coverage.xml
2121
notifications:

0 commit comments

Comments
 (0)