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 385d646 commit 2d190b4Copy full SHA for 2d190b4
.travis.yml
@@ -57,6 +57,7 @@ before_install:
57
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then echo 'all' | pacman -S --needed --noconfirm autoconf autogen automake1.16 libtool pkg-config gnutls libgcrypt libgnutls libgnutls-devel; 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
+ - if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Ql gnutls-devel ; fi
61
- curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.59.tar.gz -o libmicrohttpd-0.9.59.tar.gz
62
- tar -xzf libmicrohttpd-0.9.59.tar.gz
63
- cd libmicrohttpd-0.9.59
0 commit comments