From 11927550dfda0f34ebe01353cb5660cb4c14b8b5 Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Fri, 9 Feb 2018 22:01:03 +1000 Subject: [PATCH] and again with travis --- .travis_install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis_install_deps.sh b/.travis_install_deps.sh index 0ddb19f..3fba298 100755 --- a/.travis_install_deps.sh +++ b/.travis_install_deps.sh @@ -5,4 +5,4 @@ tar xzf libmicrohttpd-0.9.59.tar.gz cd libmicrohttpd-0.9.59 ./configure make -make install +sudo make install