You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
253 B
17 lines
253 B
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+$/
|
|
|