Skip to content

Commit 9fa3961

Browse files
author
Sebastiano Merlino
committed
Changed dependency download method
1 parent 59d7969 commit 9fa3961

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: cpp
22
compiler: gcc
33
# Change this to your needs
44
before_install:
5-
- sudo apt-get update -qq
6-
- sudo apt-get install -qq libmicrohttpd-dev
5+
- wget http://mirror.pnl.gov/ubuntu//pool/universe/libm/libmicrohttpd/libmicrohttpd10_0.9.20-1_i386.deb
6+
- wget http://mirror.pnl.gov/ubuntu//pool/universe/libm/libmicrohttpd/libmicrohttpd-dev_0.9.20-1_i386.deb
7+
- sudo dpkg -i libmicrohttpd10_0.9.20-1_i386.deb libmicrohttpd-dev_0.9.20-1_i386.deb
78
script: ./bootstrap && mkdir build && cd build && ../configure && make

0 commit comments

Comments
 (0)