travis: remove LDFLAGS from env, should be unnecessary.

This commit is contained in:
Juan RP 2014-10-06 14:46:03 +02:00
parent 0e65b2596b
commit 1a12ff99ba

View File

@ -4,7 +4,6 @@ compiler:
- clang
env:
- PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
- LDFLAGS="-L/usr/local/lib -Wl,-R/usr/local/lib"
script:
- LDFLAGS="-L/usr/local/lib -Wl,-R/usr/local/lib" ./configure --enable-tests --enable-debug && make -j16 && make check
before_install: