www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 769128898b0f269c793b5bb06d95c93cb6e55799
parent ac539a0a3310f8a3ceade8197daa02ee4608b88c
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Tue, 27 Dec 2016 19:27:09 +0100

Reduce the number of CPUs used on Travis, to avoid OOM

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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: