We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb4d20f commit d1eee35Copy full SHA for d1eee35
.travis.yml
@@ -2,8 +2,8 @@ language: cpp
2
compiler: gcc
3
# Change this to your needs
4
before_install:
5
- - wget http://199.231.187.83/resources/libmicrohttpd-0.9.20.tar.gz
6
- - tar -xvzf libmicrohttpd-0.9.20.tar.gz
+ - wget http://199.231.187.83/resources/libmicrohttpd-0.9.26.tar.gz
+ - tar -xvzf libmicrohttpd-0.9.26.tar.gz
7
- cd libmicrohttpd-0.9.20
8
- ./configure --prefix=/usr
9
- make
0 commit comments