From cb23db34b8f7ce8fec4733cf40176305ad124dc4 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 18 May 2018 19:57:29 +0100 Subject: Renaming tests and improving travis file --- scripts/travis_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/travis_build') 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 -- cgit