X Tutup
Skip to content

Commit d1eee35

Browse files
author
Sebastiano Merlino
committed
Changed to let travis use last libmicrohttpd stable version
1 parent eb4d20f commit d1eee35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: cpp
22
compiler: gcc
33
# Change this to your needs
44
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
5+
- wget http://199.231.187.83/resources/libmicrohttpd-0.9.26.tar.gz
6+
- tar -xvzf libmicrohttpd-0.9.26.tar.gz
77
- cd libmicrohttpd-0.9.20
88
- ./configure --prefix=/usr
99
- make

0 commit comments

Comments
 (0)
X Tutup