From 5dbef0cf24b299cec1c1e802c1e093d1293d4d5c Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Wed, 21 May 2014 14:30:06 +0300 Subject: [PATCH] Seriously travis? sudo won't give me permissions?? --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7031441..c7a1ad4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ matrix: - compiler: gcc env: CONFIGURE_OPTION='--enable-debug' COVERALLS=yes VALGRIND=no - compiler: gcc - env: CONFIGURE_OPTION='--enable-debug' COVERALLS=yes VALGRIND=yes + env: CONFIGURE_OPTION='--enable-debug' COVERALLS=yes VALGRIND=yes LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/ install: - sudo apt-get update -qq @@ -19,7 +19,6 @@ install: - if [ "x$VALGRIND" == xyes ]; then sudo apt-get install valgrind; fi before_script: - - sudo echo "/usr/local/lib/" >> /etc/ld.so.conf - sudo ldconfig script: - ./autogen.sh