aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-02-17 17:38:42 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-02-20 17:22:56 +0800
commit449a850023419fcd21e46d576eb9d4934b0f148d (patch)
tree66ab3c4b0aa7404c203db99ceb81c44e4f705395 /.travis.yml
parente51f65af1f440aa4b221568e4a546455b7fe0964 (diff)
downloadgo-tangerine-449a850023419fcd21e46d576eb9d4934b0f148d.tar
go-tangerine-449a850023419fcd21e46d576eb9d4934b0f148d.tar.gz
go-tangerine-449a850023419fcd21e46d576eb9d4934b0f148d.tar.bz2
go-tangerine-449a850023419fcd21e46d576eb9d4934b0f148d.tar.lz
go-tangerine-449a850023419fcd21e46d576eb9d4934b0f148d.tar.xz
go-tangerine-449a850023419fcd21e46d576eb9d4934b0f148d.tar.zst
go-tangerine-449a850023419fcd21e46d576eb9d4934b0f148d.zip
travis, appveyor: update builders to Go 1.8
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 9 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index a86e32bba..b2be5fb26 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,15 +13,18 @@ matrix:
go: 1.6.2
- os: linux
dist: trusty
- go: 1.7.4
+ go: 1.7.5
+ - os: linux
+ dist: trusty
+ go: 1.8
- os: osx
- go: 1.7.4
+ go: 1.8
# This builder does the Ubuntu PPA and Linux Azure uploads
- os: linux
dist: trusty
sudo: required
- go: 1.7.4
+ go: 1.8
env:
- ubuntu-ppa
- azure-linux
@@ -73,10 +76,10 @@ matrix:
- azure-android
- maven-android
before_install:
- - curl https://storage.googleapis.com/golang/go1.8rc3.linux-amd64.tar.gz | tar -xz
+ - curl https://storage.googleapis.com/golang/go1.8.linux-amd64.tar.gz | tar -xz
- export PATH=`pwd`/go/bin:$PATH
- export GOROOT=`pwd`/go
- - export GOPATH=$HOME/go # Drop post Go 1.8
+ - export GOPATH=$HOME/go
script:
# Build the Android archive and upload it to Maven Central and Azure
- curl https://dl.google.com/android/repository/android-ndk-r13b-linux-x86_64.zip -o android-ndk-r13b.zip
@@ -90,7 +93,7 @@ matrix:
# This builder does the OSX Azure, iOS CocoaPods and iOS Azure uploads
- os: osx
- go: 1.7.4
+ go: 1.8
env:
- azure-osx
- azure-ios