Skip to content

Commit 0f3bc64

Browse files
authored
Add libgnutls dependency
1 parent d73b600 commit 0f3bc64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ before_install:
5454
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman-key --populate msys2; fi
5555
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman-key --refresh-keys; fi
5656
- 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
57+
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then echo 'all' | pacman -S --needed --noconfirm autoconf autogen automake1.16 libtool pkg-config gnutls libgcrypt libgnutls; fi
5858
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Ql gnutls ; fi
5959
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Ql automake1.16 ; fi
6060
- curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.59.tar.gz -o libmicrohttpd-0.9.59.tar.gz

0 commit comments

Comments
 (0)