We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fe871 commit 579cc86Copy full SHA for 579cc86
.travis.yml
@@ -15,11 +15,9 @@ before_install:
15
before_script:
16
- phpenv config-rm xdebug.ini
17
- 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
+ - composer install --no-interaction --no-scripts --prefer-dist --no-suggest
+ - php artisan migrate --force -v
+ - php artisan db:seed --force -v
23
script:
24
- vendor/bin/phpunit --coverage-clover=coverage.xml
25
notifications:
0 commit comments