Skip to content

Commit e810040

Browse files
committed
:octocat:
1 parent d1b43ef commit e810040

File tree

3 files changed

+12
-3650
lines changed

3 files changed

+12
-3650
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ php:
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+
1012
script: 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

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,13 @@
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",

0 commit comments

Comments
 (0)