aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-05-18 19:57:29 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-05-18 20:06:42 +0100
commitcb23db34b8f7ce8fec4733cf40176305ad124dc4 (patch)
treea41cc105aa7da17f43f23343e7ef8f06faf1676b /scripts
parent19817238cdca4bc8471fdfaa61149f098fc6fc1f (diff)
downloadYAGE-cb23db34b8f7ce8fec4733cf40176305ad124dc4.tar.gz
YAGE-cb23db34b8f7ce8fec4733cf40176305ad124dc4.zip
Renaming tests and improving travis file
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis_build b/scripts/travis_build
index ed2fdd0a..9d431e39 100755
--- a/scripts/travis_build
+++ b/scripts/travis_build
@@ -13,7 +13,7 @@ cd build
cmake ..
make
cd tests
-ctest
+ctest -j 2 --schedule-random --repeat-until-fail 3
cd ../..
# update docs if we are on the master branch