We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d7969 commit 9fa3961Copy full SHA for 9fa3961
.travis.yml
@@ -2,6 +2,7 @@ language: cpp
2
compiler: gcc
3
# Change this to your needs
4
before_install:
5
- - sudo apt-get update -qq
6
- - sudo apt-get install -qq libmicrohttpd-dev
+ - wget http://mirror.pnl.gov/ubuntu//pool/universe/libm/libmicrohttpd/libmicrohttpd10_0.9.20-1_i386.deb
+ - 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
8
script: ./bootstrap && mkdir build && cd build && ../configure && make
0 commit comments