Skip to content

Commit

Permalink
Fix dirty state for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
ffrizzo authored and jgramoll committed Nov 30, 2020
1 parent 6b17a21 commit ebe5aa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ cache:
- $HOME/gopath/pkg/mod

before_script:
- wget -q -O upx-3.95-amd64_linux.tar.xz https://github.com/upx/upx/releases/download/v3.95/upx-3.95-amd64_linux.tar.xz
- tar -Jxf upx-3.95-amd64_linux.tar.xz
- export PATH=$PATH:$PWD/upx-3.95-amd64_linux/
- wget -q -O /tmp/upx-3.95-amd64_linux.tar.xz https://github.com/upx/upx/releases/download/v3.95/upx-3.95-amd64_linux.tar.xz
- tar -Jxf upx-3.95-amd64_linux.tar.xz -C /tmp
- export PATH=$PATH:/tmp/upx-3.95-amd64_linux/

after_success:
- go test -v --cover ./...
Expand Down

0 comments on commit ebe5aa3

Please sign in to comment.