From d860078f1048adb1ecdc4e30ffadd5633de0d560 Mon Sep 17 00:00:00 2001 From: Will Pimblett Date: Sat, 21 Oct 2017 22:21:45 +0100 Subject: [PATCH] Clean up travis.yml re. go version --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 86030cf..2f8a98b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ language: go # When upgrading Go version also change deploy > provider > on > go at the bottom of this file. -go: -- 1.9.1 +go: 1.9.1 os: - linux @@ -35,7 +34,6 @@ deploy: on: tags: true repo: wjdp/htmltest - go: 1.8.3 - provider: s3 access_key_id: AKIAIH2ZE2KZBNCVEGCA secret_access_key: @@ -49,4 +47,3 @@ deploy: on: repo: wjdp/htmltest branch: master - go: 1.8.3