From b8d4f7233a678aecc2ea23cf7608d1b8ba5599ca Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Thu, 15 Feb 2018 13:59:28 -0600 Subject: [PATCH] Only deploy (prerelease upload) if using latest Go --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b54f4fc8a..f3679c2ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ deploy: skip_cleanup: true on: all_branches: true + go: 1.9 matrix: allow_failures: - go: master