diff options
author | daurnimator <quae@daurnimator.com> | 2018-04-15 18:41:03 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2018-04-20 20:59:58 +1000 |
commit | c7e4fc911b6c39972ef5f9cef09b0c2898c1f8fb (patch) | |
tree | ae4ec8698f75831da77211fe33913388490c222f | |
parent | e9986b9189e2358f9c1a005412a792b7795643d2 (diff) | |
download | fengari-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.yml | 2 |
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 |