Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Jun 29, 2020
1 parent 5a68e05 commit 3ae31a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ after_script:
deploy:
- provider: script
skip_cleanup: true
cleanup: false
script: curl -sL https://git.io/goreleaser | bash
on:
tags: true
Expand Down
2 changes: 1 addition & 1 deletion githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

git stash save --keep-index
function restore() {
git stash pop
git stash pop || true
}
trap restore EXIT

Expand Down

0 comments on commit 3ae31a5

Please sign in to comment.