debug/.travis.yml
Outsider 4236585a40 migrate Makefile to npm scripts
Signed-off-by: Outsider <outsideris@gmail.com>
2018-10-02 17:53:55 -07:00

16 lines
131 B
YAML

sudo: false
language: node_js
node_js:
- "6"
- "8"
- "10"
install:
- npm install
script:
- npm run lint
- npm test