File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments