This commit is contained in:
Alexey Kasyanchuk 2018-02-12 14:08:03 +03:00
parent ae8b35e685
commit a5129f4036
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -104,6 +104,7 @@
"@semantic-release/changelog": "^1.0.0",
"@semantic-release/exec": "^2.0.0",
"@semantic-release/git": "^3.0.0",
"@semantic-release/npm": "^3.0.2",
"babel-loader": "^8.0.0-beta.0",
"babel-plugin-transform-object-rest-spread": "^7.0.0-beta.3",
"chai": "^4.1.0",