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 b9f845d commit a07f019Copy full SHA for a07f019
.travis.yml
@@ -54,6 +54,7 @@ before_install:
54
- node --version
55
- node tools/curl-config.js
56
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then apt-cache policy openssl; fi;
57
+- openssl version -a
58
- if [[ $LIBCURL_VERSION_TAG == 'LATEST' ]]; then
59
TAG=$( git ls-remote --tags https://github.com/bagder/curl.git |
60
awk '{print $2}' | grep 'curl-' | grep -v '[0-9][_-][abp]' |
0 commit comments