Unverified Commit 4c8fcd93 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub

Merge pull request #20579 from karalabe/android-go-1.13.6

travis: bump Android builder to Go 1.13.6
parents 6d200efe fcc84c38
......@@ -183,7 +183,7 @@ jobs:
git:
submodules: false # avoid cloning ethereum/tests
before_install:
- curl https://dl.google.com/go/go1.13.linux-amd64.tar.gz | tar -xz
- curl https://dl.google.com/go/go1.13.6.linux-amd64.tar.gz | tar -xz
- export PATH=`pwd`/go/bin:$PATH
- export GOROOT=`pwd`/go
- export GOPATH=$HOME/go
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment