From d76f7e85e7b611be0b103716ca9f6bd6b41f949c Mon Sep 17 00:00:00 2001 From: Rafael M Mudafort Date: Thu, 24 Oct 2019 14:01:46 -0600 Subject: [PATCH] TravisCI: run the linearization cases in serial --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bfa5209e35..598a6ab6e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,7 +58,7 @@ script: - if [[ "$DOUBLE_PRECISION" == "ON" ]]; then ctest -j4 -VV -R bd_; fi # linearization cases - - if [[ "$DOUBLE_PRECISION" == "ON" ]]; then ctest -j5 -L linear; fi + - if [[ "$DOUBLE_PRECISION" == "ON" ]]; then ctest -L linear; fi # subset of openfast regression tests # do not run