UNPKG

fengari-node-cli

Version:

The Lua command line application, but using fengari under node

24 lines (18 loc) 313 B
sudo: false dist: trusty language: node_js cache: yarn matrix: include: - 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 - yarn test notifications: email: false