UNPKG

352 BYAMLView Raw
1sudo: false
2language: node_js
3cache:
4 directories:
5 - node_modules
6node_js:
7 - "10"
8install:
9 - npm install
10 - npm update
11 - npm prune
12script:
13 - commitlint-travis
14 - npm run lint
15 - npm run build
16 - npm run tap
17deploy:
18- provider: script
19 on:
20 branch:
21 - master
22 - develop
23 skip_cleanup: true
24 script: npm run semantic-release