UNPKG

150 BYAMLView Raw
1language: node_js
2node_js:
3 - "10"
4install:
5- npm install
6script:
7 - npm run lint
8 - npm run build
9 - npm run test
10branches:
11 only:
12 - master