fengari
Version:
A Lua VM written in JS ES6 targeting the browser
25 lines (19 loc) • 397 B
YAML
sudo: false
dist: trusty
language: node_js
cache: yarn
matrix:
include:
- node_js: 6
- node_js: 8
- node_js: node
before_install:
- 'if [[ `npm -v` != 5* ]]; then npm i -g npm@^5.0.0; fi'
- nvm --version
- node --version
- npm --version
script:
- yarn lint
- FENGARICONF='{"LUAI_MAXSTACK":100000}' yarn test --maxWorkers=$(nproc)
notifications:
email: false