From 628bb9472b3683b4a3d1c61d3fc528b9b7e59d99 Mon Sep 17 00:00:00 2001 From: Sean Qureshi Date: Fri, 23 Aug 2013 16:05:58 -0700 Subject: [PATCH] Actually fixed travis. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 703594a..e32267f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,8 +26,8 @@ before_script: # installing check, needed for unit tests - sudo apt-get install check - - git clone https://github.com/irungentoo/ProjectTox-Core.git core - - cd core + - git clone https://github.com/irungentoo/ProjectTox-Core.git toxcore + - cd toxcore - mkdir build - cd build - cmake .. @@ -35,7 +35,7 @@ before_script: - cd ../.. script: - autoreconf -i - - ./configure --with-libtoxcore-headers=$TRAVIS_BUILD_DIR/core/core --with-libtoxcore-libs=$TRAVIS_BUILD_DIR/core/build/core + - ./configure --with-libtoxcore-headers=$TRAVIS_BUILD_DIR/toxcore/core --with-libtoxcore-libs=$TRAVIS_BUILD_DIR/toxcore/build/core - make -j2 notifications: email: false