release
This commit is contained in:
@ -2,9 +2,9 @@
|
||||
jobs:
|
||||
include:
|
||||
os: osx
|
||||
osx_image: xcode9.0
|
||||
osx_image: xcode11.6
|
||||
language: node_js
|
||||
node_js: "12"
|
||||
node_js: "14"
|
||||
|
||||
cache:
|
||||
yarn: true
|
||||
@ -20,7 +20,7 @@ deploy:
|
||||
provider: script
|
||||
skip_cleanup: true
|
||||
script:
|
||||
- npx travis-deploy-once "npx semantic-release@15"
|
||||
- npx travis-deploy-once "npx semantic-release@17"
|
||||
on:
|
||||
branch: master
|
||||
condition: $TRAVIS_COMMIT_MESSAGE = "release"
|
||||
|
Reference in New Issue
Block a user