Skip to content

Commit 3546789

Browse files
author
Sebastiano Merlino
committed
Changes in travis conf
Changed travis.yml in order to install some dependencies before trying to install libmicrohttpd
1 parent 165d3d1 commit 3546789

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ compiler: gcc
44
before_install:
55
- wget http://199.231.187.83/resources/libmicrohttpd10_0.9.20-1_i386.deb
66
- wget http://199.231.187.83/resources/libmicrohttpd-dev_0.9.20-1_i386.deb
7+
- sudo apt-get install libc6 libgcrypt11 libgnutls26
78
- sudo dpkg -i libmicrohttpd10_0.9.20-1_i386.deb libmicrohttpd-dev_0.9.20-1_i386.deb
89
script: ./bootstrap && mkdir build && cd build && ../configure && make && make check

0 commit comments

Comments
 (0)