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

@@ -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