UNPKG

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