From 1a12ff99ba6e82113e1410762bac0e52ae584109 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 6 Oct 2014 14:46:03 +0200 Subject: [PATCH] travis: remove LDFLAGS from env, should be unnecessary. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a881dffc..7d621588 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: