File tree Expand file tree Collapse file tree 3 files changed +12
-3650
lines changed Expand file tree Collapse file tree 3 files changed +12
-3650
lines changed Original file line number Diff line number Diff line change 55 - 7.1
66 - 7.2
77
8- before_install : pip install --user codecov
9- install : travis_retry composer install --no-interaction --prefer-source
8+ before_install :
9+ - curl -o config/cacert.pem https://curl.haxx.se/ca/cacert.pem
10+ - travis_retry composer install --no-interaction --prefer-source
11+
1012script : vendor/bin/phpunit --configuration phpunit.xml --coverage-clover clover.xml
11- after_success : codecov
13+
14+ after_success : bash <(curl -s https://codecov.io/bash)
15+
1216
Original file line number Diff line number Diff line change 1818 "issues" : " https://github.com/chillerlan/php-httpinterface/issues" ,
1919 "source" : " https://github.com/chillerlan/php-httpinterface"
2020 },
21+ "provide" : {
22+ "chillerlan/php-httpinterface" : " 1.0"
23+ },
2124 "require" : {
2225 "php" : " ^7.0.3" ,
23- "chillerlan/php-traits" : " ^1.1"
26+ "chillerlan/php-traits" : " ^1.1" ,
27+ "psr/log" : " ^1.0"
2428 },
2529 "require-dev" : {
2630 "chillerlan/php-curl" : " ^1.0" ,
You can’t perform that action at this time.
0 commit comments