Skip to content

Commit c5405d2

Browse files
author
Ubuntu
committed
Update travis configuration file to match code requirements
1 parent b6d0976 commit c5405d2

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
@@ -10,9 +10,9 @@ before_install:
1010
- sudo apt-get install info install-info
1111
- sudo pip install cpp-coveralls
1212
- 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
13+
- wget ftp://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.52.tar.gz
14+
- tar -xvzf libmicrohttpd-0.9.52.tar.gz
15+
- cd libmicrohttpd-0.9.52
1616
- ./configure --prefix=/usr
1717
- make
1818
- sudo make install

0 commit comments

Comments
 (0)