travis: revert switch to using the .x version notation for the go minor versions

This doesn't seem to work for the `on` clause in the deploy script so
revert to the previous scheme.

Fixes #2033
This commit is contained in:
Nick Craig-Wood 2018-01-30 16:05:57 +00:00
parent 11fe3fdc16
commit ed2d4ef4a2

View file

@ -4,10 +4,10 @@ osx_image: xcode7.3
os: os:
- linux - linux
go: go:
- 1.6.x - 1.6.4
- 1.7.x - 1.7.6
- 1.8.x - 1.8.6
- 1.9.x - 1.9.3
- go1.10rc1 - go1.10rc1
- tip - tip
install: install:
@ -33,12 +33,12 @@ matrix:
- go: tip - go: tip
include: include:
- os: osx - os: osx
go: 1.9.x go: 1.9.3
env: GOTAGS="" env: GOTAGS=""
deploy: deploy:
provider: script provider: script
script: make travis_beta script: make travis_beta
on: on:
branch: master branch: master
go: 1.9.x go: 1.9.3
condition: "`uname` == 'Linux'" condition: "`uname` == 'Linux'"