build: update to using go1.10 as the default go version

Note we have to put the version number in quotes to work around
https://github.com/travis-ci/gimme/issues/132
This commit is contained in:
Nick Craig-Wood 2018-02-20 09:59:19 +00:00
parent 4c3d42bcbb
commit 20ca7d0e4f
1 changed files with 4 additions and 4 deletions

View File

@ -6,9 +6,9 @@ os:
go:
- 1.6.4
- 1.7.6
- 1.8.6
- 1.8.7
- 1.9.3
- go1.10rc1
- "1.10"
- tip
install:
- git fetch --unshallow --tags
@ -33,12 +33,12 @@ matrix:
- go: tip
include:
- os: osx
go: 1.9.3
go: "1.10"
env: GOTAGS=""
deploy:
provider: script
script: make travis_beta
on:
branch: master
go: 1.9.3
go: "1.10"
condition: "`uname` == 'Linux'"