From 434a2c92ffaebabacd87716a54a23bb423b723bc Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Fri, 24 Apr 2015 11:16:27 -0600 Subject: [PATCH] Travis-ci tweaks. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 778a147bd..7d38e11c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_install: before_script: - autoreconf -if - ./configure --enable-extra-tests - + - cd .. script: - make -j 4 - LD_LIBRARY_PATH=/usr/local/lib make check