Skip to content

Commit d73b600

Browse files
authored
Obtain installation location of packages
1 parent 976b945 commit d73b600

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ before_install:
5555
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman-key --refresh-keys; fi
5656
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Syuu; fi
5757
- 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
5860
- curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.59.tar.gz -o libmicrohttpd-0.9.59.tar.gz
5961
- tar -xzf libmicrohttpd-0.9.59.tar.gz
6062
- cd libmicrohttpd-0.9.59

0 commit comments

Comments
 (0)