travis: set LD_LIBRARY_PATH.

This commit is contained in:
Juan RP 2014-10-06 14:10:48 +02:00
parent 47b795d5b4
commit d761548f8b

View File

@ -4,6 +4,7 @@ compiler:
- clang
env:
- PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
- LD_LIBRARY_PATH=$PWD/lib:/usr/local/lib
script:
- ./configure --enable-tests --enable-debug && make -j16 && make check
before_install: