Update travis builds to go 1.9.2 and go 1.8.5

s3-about
Nick Craig-Wood 2017-10-26 22:30:53 +01:00
parent 96665c16cb
commit d0b9baab13
1 changed files with 4 additions and 4 deletions

View File

@ -6,8 +6,8 @@ os:
go:
- 1.6.4
- 1.7.6
- 1.8.3
- 1.9
- 1.8.5
- 1.9.2
- tip
install:
- git fetch --unshallow --tags
@ -32,12 +32,12 @@ matrix:
- go: tip
include:
- os: osx
go: 1.9
go: 1.9.2
env: GOTAGS=""
deploy:
provider: script
script: make travis_beta
on:
branch: master
go: 1.9
go: 1.9.2
condition: "`uname` == 'Linux'"