We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca883e3 commit 643663aCopy full SHA for 643663a
1 file changed
.travis.yml
@@ -8,6 +8,10 @@ env:
8
before_install:
9
- sudo apt-get install texinfo
10
- sudo pip install cpp-coveralls
11
+ - sudo pip install gcovr
12
+ - sudo apt-get install libjson-perl
13
+ - sudo apt-get install libjson-xs-perl
14
+ - sudo apt-get install libfile-slurp-perl
15
- wget ftp://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.37.tar.gz
16
- tar -xvzf libmicrohttpd-0.9.37.tar.gz
17
- cd libmicrohttpd-0.9.37
0 commit comments