From a9c0431deddbecc65743b1fa601a70f6ff14d319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Wed, 1 Jun 2016 22:49:59 +0200 Subject: [PATCH] Changed Travis configuration to use 3 threads for building. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3c39f13..d3409a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,4 @@ script: - mkdir build - cd build - cmake .. -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=ON -DCMAKE_CXX_COMPILER=$COMPILER - - make && make run-tests + - make -j3 && make -j3 run-tests