summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 80ecd27..95b4df6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -714,7 +714,7 @@ script:
cmake --build . --config $CMAKE_CONFIG --verbose;
fi
- if [[ "$CMAKE_CONFIG" != "" ]]; then
- ctest --build-config $CMAKE_CONFIG -V;
+ ctest --build-config $CMAKE_CONFIG -j4 -V;
fi
- if [[ "$CC_FOR_CHECK" != "" ]]; then
make check CC=$CC_FOR_CHECK CFLAGS_EXTRA="$CFLAGS_EXTRA";