Skip to content

Commit

Permalink
.travis.yml: fix publish sha error
Browse files Browse the repository at this point in the history
restrict deployment to exactly one job
travis-ci/travis-ci#5423

Signed-off-by: Huang Rui <vowstar@gmail.com>
  • Loading branch information
vowstar committed Jun 13, 2021
1 parent 21ddc50 commit 8d34449
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: false
node_js:
- '10'
- '12'
- '14'
- lts/*
before_script:
- npm -v && node -v
after_script:
Expand All @@ -18,3 +18,4 @@ deploy:
on:
tags: true
repo: vowstar/honkit-tester
node: lts/*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "honkit-tester",
"version": "1.9.5",
"version": "1.9.6",
"description": "Tester for honkit plugins",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8d34449

Please sign in to comment.