Skip to content

Commit 65d42f8

Browse files
Merge remote-tracking branch 'origin/master'
2 parents 9d8c006 + 1ac799d commit 65d42f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ compiler:
55
# Change this to your needs
66
before_install:
77
- 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
8+
- wget ftp://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.37.tar.gz
9+
- tar -xvzf libmicrohttpd-0.9.37.tar.gz
10+
- cd libmicrohttpd-0.9.37
1111
- ./configure --prefix=/usr
1212
- make
1313
- sudo make install

0 commit comments

Comments
 (0)