Skip to content

Commit 489d859

Browse files
author
Sebastiano Merlino
committed
Installing libmicrohttpd in system path during travis installation
1 parent 56c53d2 commit 489d859

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
@@ -7,6 +7,6 @@ before_install:
77
- cd libmicrohttpd-0.9.20
88
- ./configure
99
- make
10-
- make install
10+
- sudo make install
1111
- cd ..
1212
script: ./bootstrap && mkdir build && cd build && ../configure && make && make check

0 commit comments

Comments
 (0)