Skip to content

Commit

Permalink
Attempt to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
godwhoa committed Oct 4, 2019
1 parent 6b45a56 commit bf67ece
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: go
go:
- "1.13.x"
dist: bionic
before_install:
- sudo apt-get install gcc-4.8-arm-linux-gnueabihf
- sudo apt-get install gcc-8-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 bf67ece

Please sign in to comment.