From c7ef3aada90e6930bc29a1fc22d82f29f51bed91 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Mon, 26 Mar 2018 00:16:31 +1100 Subject: src/luaconf.js: Set LUAI_MAXSTACK back to PUC-Rio default FENGARICONF lets us override for travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index cb33e24..02a1448 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ install: script: - yarn lint - yarn build - - travis_wait yarn test + - FENGARICONF='{"LUAI_MAXSTACK":100000}' travis_wait yarn test notifications: email: false -- cgit v1.2.3-54-g00ecf