Skip to content

Commit de2bde9

Browse files
author
Sebastiano Merlino
committed
Moved libmicrohttpd installation for travis to /usr
1 parent 489d859 commit de2bde9

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
@@ -5,7 +5,7 @@ before_install:
55
- wget http://199.231.187.83/resources/libmicrohttpd-0.9.20.tar.gz
66
- tar -xvzf libmicrohttpd-0.9.20.tar.gz
77
- cd libmicrohttpd-0.9.20
8-
- ./configure
8+
- ./configure --prefix=/usr
99
- make
1010
- sudo make install
1111
- cd ..

0 commit comments

Comments
 (0)