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 a527949 commit 8ea907eCopy full SHA for 8ea907e
.travis.yml
@@ -14,11 +14,11 @@ before_install:
14
before_script:
15
- phpenv config-rm xdebug.ini
16
- cp .env.travis .env
17
- - composer install --no-interaction --prefer-dist --no-suggest --verbose
+ - composer install --no-interaction --prefer-dist --no-suggest --no-scripts --verbose
18
- php artisan migrate -v
19
- php artisan db:seed -v
20
script:
21
- - vendor/bin/phpunit --coverage-clover=coverage.xml
+ - vendor/bin/phpunit --coverage-clover coverage.xml
22
notifications:
23
email: false
24
after_success:
0 commit comments