Skip to content

Commit 59d7969

Browse files
author
Sebastiano Merlino
committed
Added dependency to travis
1 parent bdfabd8 commit 59d7969

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
language: cpp
22
compiler: gcc
33
# Change this to your needs
4+
before_install:
5+
- sudo apt-get update -qq
6+
- sudo apt-get install -qq libmicrohttpd-dev
47
script: ./bootstrap && mkdir build && cd build && ../configure && make

0 commit comments

Comments
 (0)