Skip to content

Commit

Permalink
ci: Fix nfpm version in .travis.yml (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prnyself authored May 28, 2020
1 parent 51ba6f4 commit 9a3893d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ after_success:
- bash <(curl -s https://codecov.io/bash)

before_deploy:
- go get -u github.com/goreleaser/nfpm/cmd/nfpm # install nfpm for packager
- go get github.com/goreleaser/nfpm/cmd/nfpm@v1.2.1 # install nfpm for packager
- make release

deploy:
Expand Down

0 comments on commit 9a3893d

Please sign in to comment.