From fe4ef72bde8e93589922a60b3a03dbb148a00b57 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 19 May 2018 15:20:35 +0100 Subject: Fixing build script --- scripts/travis_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis_build b/scripts/travis_build index 7da8a258..1efb9364 100755 --- a/scripts/travis_build +++ b/scripts/travis_build @@ -16,7 +16,7 @@ cmake -DYAGE_BUILD_TESTS=ON -DYAGE_BUILD_DOCS=ON -DYAGE_BUILD_EXAMPLES=ON .. make cd tests ctest -j 2 --schedule-random --repeat-until-fail 3 -cd .. +cd ../.. # update docs if we are on the master branch echo "TRAVIS_BRANCH = " $TRAVIS_BRANCH -- cgit