Skip to content

Commit 2d190b4

Browse files
authored
Print gnutls-devel location
1 parent 385d646 commit 2d190b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ before_install:
5757
- 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
5858
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Ql gnutls ; fi
5959
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Ql automake1.16 ; fi
60+
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Ql gnutls-devel ; fi
6061
- curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.59.tar.gz -o libmicrohttpd-0.9.59.tar.gz
6162
- tar -xzf libmicrohttpd-0.9.59.tar.gz
6263
- cd libmicrohttpd-0.9.59

0 commit comments

Comments
 (0)