From 2a0f2cd7f9a1cc8f1e2fb9c014b41c07c10cde14 Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@gmail.com>
Date: Tue, 12 Feb 2019 15:59:55 +0100
Subject: [PATCH] [CI] try to speed up travis tests

---
 .travis.yml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 9985a15c..93191ee3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,11 @@
 language: cpp
 
 env:
-  - BUILD_TYPE=Debug
-  - BUILD_TYPE=Release
+  global:
+    - CTEST_PARALLEL_LEVEL=4
+  matrix:
+    - BUILD_TYPE=Debug
+    - BUILD_TYPE=Release
 
 matrix:
   include:
-- 
GitLab