travis: add /usr/local/bin to PATH and remove useless LD_LIBRARY_PATH.

This commit is contained in:
Juan RP 2014-10-06 14:16:50 +02:00
parent d761548f8b
commit b9487e6c0c
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,6 @@ 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:

View File

@ -5,5 +5,6 @@ set -e
for f in bin/*; do
export PATH=$PWD/$f:$PATH
done
export PATH=$PATH:/usr/local/bin
export LD_PRELOAD=$PWD/lib/libxbps.so
kyua test -k tests/xbps/Kyuafile