From 87c91a1ddc105e677ee2ac2281bf270016079f5b Mon Sep 17 00:00:00 2001 From: Abdelrahman Awad Date: Mon, 11 Jun 2018 09:02:14 +0200 Subject: [PATCH] try maxWorkers with travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b01f2843b..6baf2b758 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,5 @@ install: - npm install -g codecov - yarn after_success: - - yarn cover + - yarn cover --maxWorkers=$(nproc) - bash <(curl -s https://codecov.io/bash)