We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d0976 commit c5405d2Copy full SHA for c5405d2
.travis.yml
@@ -10,9 +10,9 @@ before_install:
10
- sudo apt-get install info install-info
11
- sudo pip install cpp-coveralls
12
- sudo pip install gcovr
13
- - wget ftp://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.37.tar.gz
14
- - tar -xvzf libmicrohttpd-0.9.37.tar.gz
15
- - cd libmicrohttpd-0.9.37
+ - wget ftp://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.52.tar.gz
+ - tar -xvzf libmicrohttpd-0.9.52.tar.gz
+ - cd libmicrohttpd-0.9.52
16
- ./configure --prefix=/usr
17
- make
18
- sudo make install
0 commit comments