Skip to content

Commit

Permalink
Try fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
godwhoa committed Oct 4, 2019
1 parent 4688e18 commit 445f1c6
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 @@ -3,7 +3,7 @@ go:
- "1.13.x"
dist: bionic
before_install:
- sudo apt-get install gcc-8-arm-linux-gnueabihf
- sudo apt-get install gcc-8-arm-linux-gnueabihf libc6-dev-armhf-cross gcc-8-multilib-arm-linux-gnueabihf
- wget https://github.com/upx/upx/releases/download/v3.94/upx-3.94-amd64_linux.tar.xz
- tar -xvf upx-3.94-amd64_linux.tar.xz
- sudo mv upx-3.94-amd64_linux/upx /usr/local/bin
Expand Down

0 comments on commit 445f1c6

Please sign in to comment.