From c7e4fc911b6c39972ef5f9cef09b0c2898c1f8fb Mon Sep 17 00:00:00 2001 From: daurnimator Date: Sun, 15 Apr 2018 18:41:03 +1000 Subject: .travis.yml: Use nproc to limit number of jest workers See https://github.com/facebook/jest/issues/5989 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4e3940c..9181569 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_install: script: - yarn lint - - FENGARICONF='{"LUAI_MAXSTACK":100000}' travis_wait yarn test + - FENGARICONF='{"LUAI_MAXSTACK":100000}' travis_wait yarn test --maxWorkers=$(nproc) notifications: email: false -- cgit v1.2.3-54-g00ecf