aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-04-10 22:07:58 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-04-10 22:07:58 +0800
commit95d5c2208644aa7d9a3cb7e1585a9bf05f212c6f (patch)
treeca55976f8df8f0a14a854528c2d81add37a7446e /.travis.yml
parent3caf16b15f0b6a30717acb245fa8d347b2f06c3f (diff)
downloaddexon-95d5c2208644aa7d9a3cb7e1585a9bf05f212c6f.tar
dexon-95d5c2208644aa7d9a3cb7e1585a9bf05f212c6f.tar.gz
dexon-95d5c2208644aa7d9a3cb7e1585a9bf05f212c6f.tar.bz2
dexon-95d5c2208644aa7d9a3cb7e1585a9bf05f212c6f.tar.lz
dexon-95d5c2208644aa7d9a3cb7e1585a9bf05f212c6f.tar.xz
dexon-95d5c2208644aa7d9a3cb7e1585a9bf05f212c6f.tar.zst
dexon-95d5c2208644aa7d9a3cb7e1585a9bf05f212c6f.zip
travis, appveyor: bump to Go 1.10.1
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 40d940de0..e64f7a8eb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ matrix:
- os: linux
dist: trusty
sudo: required
- go: "1.10"
+ go: 1.10.x
script:
- sudo modprobe fuse
- sudo chmod 666 /dev/fuse
@@ -27,7 +27,7 @@ matrix:
- go run build/ci.go test -coverage
- os: osx
- go: "1.10"
+ go: 1.10.x
script:
- unset -f cd # workaround for https://github.com/travis-ci/travis-ci/issues/8703
- brew update
@@ -39,7 +39,7 @@ matrix:
# This builder only tests code linters on latest version of Go
- os: linux
dist: trusty
- go: "1.10"
+ go: 1.10.x
env:
- lint
git:
@@ -50,7 +50,7 @@ matrix:
# This builder does the Ubuntu PPA upload
- os: linux
dist: trusty
- go: "1.10"
+ go: 1.10.x
env:
- ubuntu-ppa
git:
@@ -69,7 +69,7 @@ matrix:
- os: linux
dist: trusty
sudo: required
- go: "1.10"
+ go: 1.10.x
env:
- azure-linux
git:
@@ -103,7 +103,7 @@ matrix:
dist: trusty
services:
- docker
- go: "1.10"
+ go: 1.10.x
env:
- azure-linux-mips
git:
@@ -147,7 +147,7 @@ matrix:
git:
submodules: false # avoid cloning ethereum/tests
before_install:
- - curl https://storage.googleapis.com/golang/go1.10.linux-amd64.tar.gz | tar -xz
+ - curl https://storage.googleapis.com/golang/go1.10.1.linux-amd64.tar.gz | tar -xz
- export PATH=`pwd`/go/bin:$PATH
- export GOROOT=`pwd`/go
- export GOPATH=$HOME/go
@@ -164,7 +164,7 @@ matrix:
# This builder does the OSX Azure, iOS CocoaPods and iOS Azure uploads
- os: osx
- go: "1.10"
+ go: 1.10.x
env:
- azure-osx
- azure-ios
@@ -193,7 +193,7 @@ matrix:
# This builder does the Azure archive purges to avoid accumulating junk
- os: linux
dist: trusty
- go: "1.10"
+ go: 1.10.x
env:
- azure-purge
git: