Skip to content

Commit a2fe871

Browse files
committed
Update composer lock, update travis to skip post-install scripts for composer
1 parent 9292887 commit a2fe871

File tree

2 files changed

+156
-352
lines changed

2 files changed

+156
-352
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ before_script:
1616
- phpenv config-rm xdebug.ini
1717
- cp .env.travis .env
1818
- composer self-update
19-
- composer install --no-interaction
19+
- composer install --no-interaction --no-scripts
2020
- php artisan key:generate --force
2121
- php artisan migrate --force
2222
- php artisan db:seed --force
2323
script:
2424
- vendor/bin/phpunit --coverage-clover=coverage.xml
2525
notifications:
2626
email: false
27+
after_success:
28+
- codecov

0 commit comments

Comments
 (0)