Specified LD_LIBRARY_PATH in travis-ci script.

This commit is contained in:
Ward Fisher 2015-02-18 21:48:56 -07:00
parent 925102efc7
commit 255afffffa

View File

@ -19,4 +19,5 @@ before_script:
- ./configure
script:
- make && make check
- make
- LD_LIBRARY_PATH=/usr/local/lib make check