aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-08-28 16:15:29 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-08-28 16:15:29 +0800
commita4df80f47f2ac6e70c0be242ccec54aef7777115 (patch)
treecaa73c6bc8e7b3b6aed3489186fbb7f9b1631835 /.travis.yml
parent27a5622e995d762683dd1a79423d83fcf3e62ccf (diff)
downloadgo-tangerine-a4df80f47f2ac6e70c0be242ccec54aef7777115.tar
go-tangerine-a4df80f47f2ac6e70c0be242ccec54aef7777115.tar.gz
go-tangerine-a4df80f47f2ac6e70c0be242ccec54aef7777115.tar.bz2
go-tangerine-a4df80f47f2ac6e70c0be242ccec54aef7777115.tar.lz
go-tangerine-a4df80f47f2ac6e70c0be242ccec54aef7777115.tar.xz
go-tangerine-a4df80f47f2ac6e70c0be242ccec54aef7777115.tar.zst
go-tangerine-a4df80f47f2ac6e70c0be242ccec54aef7777115.zip
travis, appveyor: bump Go to 1.9 stable
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml26
1 files changed, 19 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 703ed0cb1..a972668c9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,6 @@ matrix:
- go run build/ci.go install
- go run build/ci.go test -coverage
- # These are the latest Go versions.
- os: linux
dist: trusty
sudo: required
@@ -26,10 +25,23 @@ matrix:
- sudo chmod 666 /dev/fuse
- sudo chown root:$USER /etc/fuse.conf
- go run build/ci.go install
+ - go run build/ci.go test -coverage
+
+ # These are the latest Go versions.
+ - os: linux
+ dist: trusty
+ sudo: required
+ go: 1.9.0
+ script:
+ - sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install fuse
+ - sudo modprobe fuse
+ - sudo chmod 666 /dev/fuse
+ - sudo chown root:$USER /etc/fuse.conf
+ - go run build/ci.go install
- go run build/ci.go test -coverage -misspell
- os: osx
- go: 1.8.3
+ go: 1.9.0
sudo: required
script:
- brew update
@@ -42,7 +54,7 @@ matrix:
- os: linux
dist: trusty
sudo: required
- go: 1.8.3
+ go: 1.9.0
env:
- ubuntu-ppa
- azure-linux
@@ -81,7 +93,7 @@ matrix:
sudo: required
services:
- docker
- go: 1.8.3
+ go: 1.9.0
env:
- azure-linux-mips
script:
@@ -121,7 +133,7 @@ matrix:
- azure-android
- maven-android
before_install:
- - curl https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz | tar -xz
+ - curl https://storage.googleapis.com/golang/go1.9.linux-amd64.tar.gz | tar -xz
- export PATH=`pwd`/go/bin:$PATH
- export GOROOT=`pwd`/go
- export GOPATH=$HOME/go
@@ -138,7 +150,7 @@ matrix:
# This builder does the OSX Azure, iOS CocoaPods and iOS Azure uploads
- os: osx
- go: 1.8.3
+ go: 1.9.0
env:
- azure-osx
- azure-ios
@@ -164,7 +176,7 @@ matrix:
- os: linux
dist: trusty
sudo: required
- go: 1.8.3
+ go: 1.9.0
env:
- azure-purge
script: