aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-05-19 15:20:35 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-05-19 15:20:35 +0100
commitfe4ef72bde8e93589922a60b3a03dbb148a00b57 (patch)
treea257ae228d90f841c00c4b743b19ebb715a1804c
parenta8de6cb5593e3d6347393eb4c144c9cc22a470d8 (diff)
downloadYAGE-fe4ef72bde8e93589922a60b3a03dbb148a00b57.tar.gz
YAGE-fe4ef72bde8e93589922a60b3a03dbb148a00b57.zip
Fixing build script
-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