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 976b945 commit d73b600Copy full SHA for d73b600
.travis.yml
@@ -55,6 +55,8 @@ before_install:
55
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman-key --refresh-keys; fi
56
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Syuu; fi
57
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then echo 'all' | pacman -S --needed --noconfirm autoconf autogen automake1.16 libtool pkg-config gnutls libgcrypt; fi
58
+ - if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Ql gnutls ; fi
59
+ - if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Ql automake1.16 ; fi
60
- curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.59.tar.gz -o libmicrohttpd-0.9.59.tar.gz
61
- tar -xzf libmicrohttpd-0.9.59.tar.gz
62
- cd libmicrohttpd-0.9.59
0 commit comments