Skip to content

Commit 125f534

Browse files
author
Andrey Okonetchnikov
committed
build(semantic-release): Use the version of [email protected]
semantic-release/travis-deploy-once#87
1 parent 0516001 commit 125f534

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ node_js:
66
- 10
77
after_success:
88
- npm install --no-save semantic-release
9-
- npx travis-deploy-once "semantic-release"
9+
- npm install --no-save --global [email protected]
10+
- travis-deploy-once "semantic-release"
1011
branches:
1112
except:
1213
- /^v\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)