Skip to content

Commit a08d90c

Browse files
authored
Disable building examples in libmicrohttpd
1 parent 13f67b5 commit a08d90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ before_install:
1717
- curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.52.tar.gz -o libmicrohttpd-0.9.52.tar.gz
1818
- tar -xvzf libmicrohttpd-0.9.52.tar.gz
1919
- cd libmicrohttpd-0.9.52
20-
- ./configure --prefix=/usr
20+
- ./configure --disable-examples --prefix=/usr
2121
- make
2222
- sudo make install
2323
- cd ..

0 commit comments

Comments
 (0)