Seriously travis? sudo won't give me permissions??
This commit is contained in:
parent
a23c6c4875
commit
5dbef0cf24
1 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,7 @@ matrix:
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
env: CONFIGURE_OPTION='--enable-debug' COVERALLS=yes VALGRIND=no
|
env: CONFIGURE_OPTION='--enable-debug' COVERALLS=yes VALGRIND=no
|
||||||
- compiler: gcc
|
- 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:
|
install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
|
@ -19,7 +19,6 @@ install:
|
||||||
- if [ "x$VALGRIND" == xyes ]; then sudo apt-get install valgrind; fi
|
- if [ "x$VALGRIND" == xyes ]; then sudo apt-get install valgrind; fi
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- sudo echo "/usr/local/lib/" >> /etc/ld.so.conf
|
|
||||||
- sudo ldconfig
|
- sudo ldconfig
|
||||||
script:
|
script:
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
|
|
Loading…
Reference in a new issue