Skip to content

Commit 579cc86

Browse files
committed
Try to fix Travis CI failures
1 parent a2fe871 commit 579cc86

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ before_install:
1515
before_script:
1616
- phpenv config-rm xdebug.ini
1717
- cp .env.travis .env
18-
- composer self-update
19-
- composer install --no-interaction --no-scripts
20-
- php artisan key:generate --force
21-
- php artisan migrate --force
22-
- php artisan db:seed --force
18+
- composer install --no-interaction --no-scripts --prefer-dist --no-suggest
19+
- php artisan migrate --force -v
20+
- php artisan db:seed --force -v
2321
script:
2422
- vendor/bin/phpunit --coverage-clover=coverage.xml
2523
notifications:

0 commit comments

Comments
 (0)