parent
d511a7fdba
commit
4285a61ef7
@ -0,0 +1,14 @@
|
||||
language: node_js
|
||||
cache:
|
||||
directories:
|
||||
- ~/.npm
|
||||
notifications:
|
||||
email: false
|
||||
node_js:
|
||||
- '9'
|
||||
- '8'
|
||||
after_success:
|
||||
- npm run travis-deploy-once "npm run semantic-release"
|
||||
branches:
|
||||
except:
|
||||
- /^v\d+\.\d+\.\d+$/
|
Loading…
Reference in New Issue