UNPKG

277 BYAMLView Raw
1sudo: false
2language: node_js
3cache:
4 directories:
5 - node_modules
6notifications:
7 email: false
8node_js:
9- '8'
10before_script:
11- npm prune
12script:
13- npm run ci
14- npm run build
15- npm install codecov -g
16after_success:
17- codecov
18branches:
19 except:
20 - "/^v\\d+\\.\\d+\\.\\d+$/"
\No newline at end of file