UNPKG

205 BYAMLView Raw
1language: node_js
2os: linux
3dist: xenial
4node_js:
5 - "14"
6branches:
7 only:
8 - master
9script:
10 - npm run build
11 - npm run lint
12 - npm run coverage
13after_success:
14 - npm run coveralls