This commit is contained in:
Alexey Kasyanchuk 2021-07-11 01:20:42 +03:00
parent 3e4e26fa12
commit 558c86ba3b
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
- windows-latest
node_version:
- 14
- 15
- 16
architecture:
- x64
# - arm64 precompiled bits may not allow for this

View File

@ -20,7 +20,7 @@ deploy:
provider: script
skip_cleanup: true
script:
- npx travis-deploy-once "npx semantic-release@17"
- npx semantic-release@17
on:
branch: master
condition: $TRAVIS_COMMIT_MESSAGE = "release"