UNPKG

229 BYAMLView Raw
1language: node_js
2cache:
3 directories:
4 - ~/.npm
5notifications:
6 email: false
7node_js:
8 - '8'
9before_script:
10 - npm prune
11script:
12 - npm run test
13after_success:
14 - npm run semantic-release
15branches:
16 only:
17 - master