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 13f67b5 commit a08d90cCopy full SHA for a08d90c
.travis.yml
@@ -17,7 +17,7 @@ before_install:
17
- curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.52.tar.gz -o libmicrohttpd-0.9.52.tar.gz
18
- tar -xvzf libmicrohttpd-0.9.52.tar.gz
19
- cd libmicrohttpd-0.9.52
20
- - ./configure --prefix=/usr
+ - ./configure --disable-examples --prefix=/usr
21
- make
22
- sudo make install
23
- cd ..
0 commit comments