Skip to content

Commit daffcf2

Browse files
authored
Use libmicrohttpd 0.9.59
1 parent 1a6316c commit daffcf2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ before_install:
1414
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo pip install cpp-coveralls; fi
1515
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo pip install gcovr; fi
1616
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then export CFLAGS='-mtune=generic'; fi
17-
- curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.60.tar.gz -o libmicrohttpd-0.9.60.tar.gz
18-
- tar -xvzf libmicrohttpd-0.9.60.tar.gz
19-
- cd libmicrohttpd-0.9.60
17+
- curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.59.tar.gz -o libmicrohttpd-0.9.59.tar.gz
18+
- tar -xvzf libmicrohttpd-0.9.59.tar.gz
19+
- cd libmicrohttpd-0.9.59
2020
- ./configure --disable-examples --prefix=/usr
2121
- make
2222
- sudo make install

0 commit comments

Comments
 (0)