From 08a127d30c46ace41a40267fab87fbd03279b7b9 Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Wed, 21 May 2014 14:19:13 +0300 Subject: [PATCH] Making sure that the .so files are on the ldconfig path. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 067ee3a..c719ba5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,9 @@ install: - if [ "x$COVERALLS" == xyes ]; then sudo pip install cpp-coveralls; fi - if [ "x$VALGRIND" == xyes ]; then sudo apt-get install valgrind; fi +before_script: + - echo "/usr/local/lib/" >> /etc/ld.so.conf + - ldconfig script: - ./autogen.sh - ./configure $CONFIGURE_OPTION