UNPKG

308 BYAMLView Raw
1sudo: false
2language: node_js
3cache:
4 directories:
5 - node_modules
6notifications:
7 email: false
8node_js:
9 - '4'
10before_install:
11 - npm i -g npm@^2.0.0
12before_script:
13 - npm prune
14script:
15 - npm run test
16after_success:
17 - npm run semantic-release
18branches:
19 except:
20 - "/^v\\d+\\.\\d+\\.\\d+$/"