We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d8c006 + 1ac799d commit 65d42f8Copy full SHA for 65d42f8
.travis.yml
@@ -5,9 +5,9 @@ compiler:
5
# Change this to your needs
6
before_install:
7
- sudo apt-get install texinfo
8
- - wget http://199.231.187.83/resources/libmicrohttpd-0.9.26.tar.gz
9
- - tar -xvzf libmicrohttpd-0.9.26.tar.gz
10
- - cd libmicrohttpd-0.9.26
+ - wget ftp://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.37.tar.gz
+ - tar -xvzf libmicrohttpd-0.9.37.tar.gz
+ - cd libmicrohttpd-0.9.37
11
- ./configure --prefix=/usr
12
- make
13
- sudo make install
0 commit comments