From 1e32935ff6b52f4490ab352c0e9fc0a06cdff04b Mon Sep 17 00:00:00 2001 From: Snaipe Date: Sun, 24 Jul 2016 14:56:09 +0200 Subject: [PATCH] travis: Parallelized tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 73052ed..14b0fe1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -126,7 +126,7 @@ script: - | if [ "${TESTS:-ON}" = "ON" ]; then TERM=dumb cmake --build . --target criterion_tests -- -j4 - ctest --output-on-failure + ctest --output-on-failure -j4 else TERM=dumb cmake --build . -- -j4 fi