From 16f1b7e88ce1a6769de77fa5796e0afa89bb5545 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Wed, 17 Oct 2018 10:48:01 +0200 Subject: [PATCH] .travis.yml: don't limit to 2 CPUs * this might fix a timeout --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f65a30680..60c65b7e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ env: - - USER=travis + - USER=travis GOMAXPROCS=2 os: - windows @@ -19,11 +19,12 @@ before_install: if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install -y make mingw; export PATH=/c/tools/mingw64/bin:"$PATH"; + export GOMAXPROCS=""; fi script: - df -h - - GOMAXPROCS=2 make ci + - make ci branches: only: