plyr/.travis.yml
2018-05-30 19:40:17 +02:00

8 lines
83 B
YAML

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