composer update

This commit is contained in:
Manish Verma
2018-12-05 10:50:52 +05:30
parent 9eabcacfa7
commit 4addd1e9c6
3328 changed files with 156676 additions and 138988 deletions

18
vendor/codacy/coverage/.travis.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
language: php
php:
- '7.0'
- '7.1'
- '7.2'
- nightly
before_script:
# In case of timeouts and build failures you may want to prepend 'travis_retry' to the following commands:
- composer install -n
# Explicitly use the phpunit from composer, not any system-wide found
script:
- php vendor/bin/phpunit --coverage-clover build/coverage/xml tests
after_success:
- php vendor/bin/codacycoverage clover build/coverage/xml