We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6316c commit daffcf2Copy full SHA for daffcf2
1 file changed
.travis.yml
@@ -14,9 +14,9 @@ before_install:
14
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo pip install cpp-coveralls; fi
15
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo pip install gcovr; fi
16
- 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
+ - curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.59.tar.gz -o libmicrohttpd-0.9.59.tar.gz
+ - tar -xvzf libmicrohttpd-0.9.59.tar.gz
+ - cd libmicrohttpd-0.9.59
20
- ./configure --disable-examples --prefix=/usr
21
- make
22
- sudo make install
0 commit comments