We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c4ea0 commit 165d3d1Copy full SHA for 165d3d1
.travis.yml
@@ -2,7 +2,7 @@ language: cpp
2
compiler: gcc
3
# Change this to your needs
4
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
+ - wget http://199.231.187.83/resources/libmicrohttpd10_0.9.20-1_i386.deb
+ - wget http://199.231.187.83/resources/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
8
script: ./bootstrap && mkdir build && cd build && ../configure && make && make check
0 commit comments