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 5
5
- 7.1
6
6
- 7.2
7
7
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
+
10
12
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
+
12
16
Original file line number Diff line number Diff line change 18
18
"issues" : " https://github.com/chillerlan/php-httpinterface/issues" ,
19
19
"source" : " https://github.com/chillerlan/php-httpinterface"
20
20
},
21
+ "provide" : {
22
+ "chillerlan/php-httpinterface" : " 1.0"
23
+ },
21
24
"require" : {
22
25
"php" : " ^7.0.3" ,
23
- "chillerlan/php-traits" : " ^1.1"
26
+ "chillerlan/php-traits" : " ^1.1" ,
27
+ "psr/log" : " ^1.0"
24
28
},
25
29
"require-dev" : {
26
30
"chillerlan/php-curl" : " ^1.0" ,
You can’t perform that action at this time.
0 commit comments