aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSamuel Marks <samuelmarks@gmail.com>2018-10-03 18:41:24 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-10-03 18:41:24 +0800
commitd3a773c284103401090c4c806d6641d6f6fddcf5 (patch)
tree1d72d6040f8ddf8dd44949656e1e39bb8674caa1 /.travis.yml
parentbd1f7ebda27d57002b6a04a95812420a40117b3a (diff)
downloaddexon-d3a773c284103401090c4c806d6641d6f6fddcf5.tar
dexon-d3a773c284103401090c4c806d6641d6f6fddcf5.tar.gz
dexon-d3a773c284103401090c4c806d6641d6f6fddcf5.tar.bz2
dexon-d3a773c284103401090c4c806d6641d6f6fddcf5.tar.lz
dexon-d3a773c284103401090c4c806d6641d6f6fddcf5.tar.xz
dexon-d3a773c284103401090c4c806d6641d6f6fddcf5.tar.zst
dexon-d3a773c284103401090c4c806d6641d6f6fddcf5.zip
travis, appveyor: bump to Go 1.11.1 (#17820)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 76cc133db..d6cd7d51c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -144,7 +144,7 @@ matrix:
git:
submodules: false # avoid cloning ethereum/tests
before_install:
- - curl https://storage.googleapis.com/golang/go1.11.linux-amd64.tar.gz | tar -xz
+ - curl https://storage.googleapis.com/golang/go1.11.1.linux-amd64.tar.gz | tar -xz
- export PATH=`pwd`/go/bin:$PATH
- export GOROOT=`pwd`/go
- export GOPATH=$HOME/go