UNPKG

196 BYAMLView Raw
1language: node_js
2node_js:
3- stable
4cache:
5 directories:
6 - node_modules
7before_script:
8 - git diff --exit-code # make sure that yarn.lock didn't change
9script:
10 - yarn run lint
11 - yarn test