From a4e857e43b4eca8c8e0ba6bc232313a9198db4cc Mon Sep 17 00:00:00 2001 From: Justin Carpentier <justin.carpentier@inria.fr> Date: Wed, 5 Feb 2020 11:22:00 +0100 Subject: [PATCH] Revert "travis: do build in parallel" This reverts commit 7a1fc895e380e141f74b815b759035c0c55f064f. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0806add9..e034df2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ env: - DO_CPPCHECK_ON_BRANCH="" - DO_INSTALL_DOC_EXCEPT_ON_BRANCH="" - BUILD_WITH_CATKIN_SUPPORT=false - - MAKEFLAGS="-j1" + - MAKEFLAGS="-j2" jobs: include: -- GitLab