We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e810040 commit a916f40Copy full SHA for a916f40
.travis.yml
@@ -6,7 +6,7 @@ php:
6
- 7.2
7
8
before_install:
9
- - curl -o config/cacert.pem https://curl.haxx.se/ca/cacert.pem
+ - curl -o tests/cacert.pem https://curl.haxx.se/ca/cacert.pem
10
- travis_retry composer install --no-interaction --prefer-source
11
12
script: vendor/bin/phpunit --configuration phpunit.xml --coverage-clover clover.xml
0 commit comments