From f2cdf5d9e531693029e87629ab22be827e0de139 Mon Sep 17 00:00:00 2001 From: Sean Qureshi Date: Fri, 23 Aug 2013 15:54:53 -0700 Subject: [PATCH] Hopefully fixed travis --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b04748c..0ac1d29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,11 +33,10 @@ before_script: - cmake .. - make -j2 - cd ../.. - - mv core /tmp -#Need an absolute path for autotools + - mv core $TRAVIS_BUILD_DIR/ script: - autoreconf -i - - ./configure --with-libtoxcore-headers=/tmp/core --with-libtoxcore-libs=/tmp/core/build/core + - ./configure --with-libtoxcore-headers=$TRAVIS_BUILD_DIR/core --with-libtoxcore-libs=$TRAVIS_BUILD_DIR/core/build/core - make -j2 notifications: email: false