synclounge/.travis.yml

9 lines
90 B
YAML

language: node_js
node_js:
- node
- lts/*
script:
- npm run lint
- npm run build