UNPKG

273 BYAMLView Raw
1language: node_js
2cache:
3 directories:
4 - ~/.npm
5notifications:
6 email: false
7node_js:
8 - '10'
9 - '9'
10 - '8'
11 - '6'
12 - '4'
13 - '0.12'
14 - '0.10'
15after_success:
16 - npm run travis-deploy-once "npm run semantic-release"
17branches:
18 except:
19 - /^v\d+\.\d+\.\d+$/