From e5b485ccf2bc1e85c29117164772a7d8a408733e Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Thu, 21 May 2015 12:15:35 -0500 Subject: [PATCH] Fix Travis dir locations. --- .travis.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 09ca536..6c47c3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,13 +7,18 @@ compiler: install: - wget "https://github.com/boostorg/build/archive/develop.tar.gz" - tar -xzvf develop.tar.gz - - cd build-develop && ./bootstrap.sh && sudo ./b2 install --prefix=/usr + - cd build-develop + - ./bootstrap.sh + - sudo ./b2 install --prefix=/usr + - cd $TRAVIS_BUILD_DIR before_script: + - cd $TRAVIS_BUILD_DIR - 'echo "project ROOT : : : build-dir bin ;" > jamroot.jam' script: - - ls -laF && cd test && ls -laF && b2 -a --verbose-test + - cd $TRAVIS_BUILD_DIR + - cd test && b2 -a --verbose-test branches: only: