aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2018-04-15 18:41:03 +1000
committerdaurnimator <quae@daurnimator.com>2018-04-20 20:59:58 +1000
commitc7e4fc911b6c39972ef5f9cef09b0c2898c1f8fb (patch)
treeae4ec8698f75831da77211fe33913388490c222f
parente9986b9189e2358f9c1a005412a792b7795643d2 (diff)
downloadfengari-c7e4fc911b6c39972ef5f9cef09b0c2898c1f8fb.tar.gz
fengari-c7e4fc911b6c39972ef5f9cef09b0c2898c1f8fb.tar.bz2
fengari-c7e4fc911b6c39972ef5f9cef09b0c2898c1f8fb.zip
.travis.yml: Use nproc to limit number of jest workers
See https://github.com/facebook/jest/issues/5989
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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