UNPKG

161 BYAMLView Raw
1language: node_js
2
3cache:
4 directories:
5 - node_modules
6
7node_js:
8 - "8"
9 - "10"
10 - "12"
11
12install:
13 - npm install
14
15script:
16 - npm test
17 - npm run lint