Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cxjava committed Oct 22, 2019
1 parent 6517a2a commit e2c180c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ install:
echo "Installing upx .."
curl -OL "https://github.com/upx/upx/releases/download/v${UPXVER}/upx-${UPXVER}-amd64_linux.tar.xz"
tar xvf "upx-${UPXVER}-amd64_linux.tar.xz"
cp "upx-${UPXVER}-amd64_linux/upx" "./"
cp "upx-${UPXVER}-amd64_linux/upx" "$(go env GOPATH)/bin"
fi
- ls -al
- ./upx --version
- upx --version
- chmod +x upx.sh
- ls -al
- go get -u -v github.com/UnnoTed/fileb0x
Expand Down

0 comments on commit e2c180c

Please sign in to comment.