From ed2d4ef4a23a32e7631ac347ade8284c16f5b698 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Tue, 30 Jan 2018 16:05:57 +0000 Subject: [PATCH] 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 --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0d3099d75..1f73a5c13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,10 @@ osx_image: xcode7.3 os: - linux go: -- 1.6.x -- 1.7.x -- 1.8.x -- 1.9.x +- 1.6.4 +- 1.7.6 +- 1.8.6 +- 1.9.3 - go1.10rc1 - tip install: @@ -33,12 +33,12 @@ matrix: - go: tip include: - os: osx - go: 1.9.x + go: 1.9.3 env: GOTAGS="" deploy: provider: script script: make travis_beta on: branch: master - go: 1.9.x + go: 1.9.3 condition: "`uname` == 'Linux'"