Skip to content

Commit 1872af1

Browse files
authored
print gnutls.h
1 parent 1efae27 commit 1872af1

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
@@ -62,6 +62,7 @@ before_install:
6262
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then export LDFLAGS="$LDFLAGS -L/usr/lib"; fi
6363
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then export CFLAGS="$CFLAGS -I/usr/include"; fi
6464
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then export CXXFLAGS="$CXXFLAGS -I/usr/include"; fi
65+
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then cat /usr/include/gnutls/gnutls.h ; fi
6566
- curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.59.tar.gz -o libmicrohttpd-0.9.59.tar.gz
6667
- tar -xzf libmicrohttpd-0.9.59.tar.gz
6768
- cd libmicrohttpd-0.9.59

0 commit comments

Comments
 (0)