From 3664356bb8b920ca63cf0f27b6d6f15f6f7b23fa Mon Sep 17 00:00:00 2001 From: Kamil Samigullin Date: Sat, 24 Feb 2018 22:22:59 +0300 Subject: [PATCH] build binary with Go 1.10 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 113c754..5fcd7c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,8 +35,7 @@ script: after_success: - goveralls -service=travis-ci -coverprofile="${GO_TEST_COVERAGE_FILENAME}" - echo $TRAVIS_GO_VERSION ":" $TRAVIS_TAG -# TODO wait https://github.com/travis-ci/gimme/pull/130 -- if [[ $TRAVIS_GO_VERSION == 1.9* ]] && [ -n "$TRAVIS_TAG" ]; then curl -sL https://git.io/goreleaser | bash; fi +- if [[ $TRAVIS_GO_VERSION == 1.10* ]] && [ -n "$TRAVIS_TAG" ]; then curl -sL https://git.io/goreleaser | bash; fi notifications: slack: octolab:1eMS7IqOArBipiu31jYVd0cN