aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/travis_build2
1 files changed, 1 insertions, 1 deletions
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