From 769128898b0f269c793b5bb06d95c93cb6e55799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Tue, 27 Dec 2016 19:27:09 +0100 Subject: [PATCH] Reduce the number of CPUs used on Travis, to avoid OOM --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0fe3fd4..383a160 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ install: before_script: script: - - raco pkg install --deps search-auto --link aful + - raco pkg install -j 2 --deps search-auto --link aful - raco test -x -p aful after_script: