Skip to content

Commit 165d3d1

Browse files
author
Sebastiano Merlino
committed
Solved problems with travis
Moved deb packages to a private and stable server in order to enable travis to find them.
1 parent 66c4ea0 commit 165d3d1

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,7 +2,7 @@ language: cpp
22
compiler: gcc
33
# Change this to your needs
44
before_install:
5-
- wget http://mirror.anl.gov/pub/ubuntu//pool/universe/libm/libmicrohttpd/libmicrohttpd10_0.9.20-1_i386.deb
6-
- wget http://mirror.anl.gov/pub/ubuntu//pool/universe/libm/libmicrohttpd/libmicrohttpd-dev_0.9.20-1_i386.deb
5+
- wget http://199.231.187.83/resources/libmicrohttpd10_0.9.20-1_i386.deb
6+
- wget http://199.231.187.83/resources/libmicrohttpd-dev_0.9.20-1_i386.deb
77
- sudo dpkg -i libmicrohttpd10_0.9.20-1_i386.deb libmicrohttpd-dev_0.9.20-1_i386.deb
88
script: ./bootstrap && mkdir build && cd build && ../configure && make && make check

0 commit comments

Comments
 (0)