18 lines
253 B
YAML
18 lines
253 B
YAML
|
language: node_js
|
||
|
cache:
|
||
|
directories:
|
||
|
- ~/.npm
|
||
|
notifications:
|
||
|
email: false
|
||
|
node_js:
|
||
|
- '14'
|
||
|
- '12'
|
||
|
- '10'
|
||
|
- '9'
|
||
|
- '8'
|
||
|
after_success:
|
||
|
- npm run travis-deploy-once "npm run semantic-release"
|
||
|
branches:
|
||
|
except:
|
||
|
- /^v\d+\.\d+\.\d+$/
|