From 417fcff402e90cacc063295c39db1707725bb348 Mon Sep 17 00:00:00 2001 From: Mateusz 'Serafin' Gajewski Date: Sun, 27 Aug 2017 12:34:11 +0200 Subject: [PATCH] go 1.9 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3dfe76f..7b8f921 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,7 @@ deploy: skip_cleanup: true provider: script script: test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash + go: 1.9 on: tags: true all_branches: true