aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2018-04-20 21:05:25 +1000
committerdaurnimator <quae@daurnimator.com>2018-04-20 21:05:25 +1000
commit9f5d4d35de0b88334bba7c11a9e960a19ee0740b (patch)
treec2220a7111cf8245f4deb2c968a00eac5d370995
parentc7e4fc911b6c39972ef5f9cef09b0c2898c1f8fb (diff)
downloadfengari-9f5d4d35de0b88334bba7c11a9e960a19ee0740b.tar.gz
fengari-9f5d4d35de0b88334bba7c11a9e960a19ee0740b.tar.bz2
fengari-9f5d4d35de0b88334bba7c11a9e960a19ee0740b.zip
.travis.yml: Remove travis_wait
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9181569..373ec4f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ before_install:
script:
- yarn lint
- - FENGARICONF='{"LUAI_MAXSTACK":100000}' travis_wait yarn test --maxWorkers=$(nproc)
+ - FENGARICONF='{"LUAI_MAXSTACK":100000}' yarn test --maxWorkers=$(nproc)
notifications:
email: false