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 ebe5aa3 commit e6ad487
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 @@ cache:

before_script:
- 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
- tar -Jxf /tmp/upx-3.95-amd64_linux.tar.xz -C /tmp/
- export PATH=$PATH:/tmp/upx-3.95-amd64_linux/

after_success:
Expand Down

0 comments on commit e6ad487

Please sign in to comment.