From 771524140cb6c58d56c8081afdd520595576df87 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Wed, 17 Oct 2018 02:18:49 +0200 Subject: [PATCH] fix: release condition. (#678) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e5da5f03..ec27b72c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ deploy: script: curl -sL https://git.io/goreleaser | bash on: tags: true - condition: $TRAVIS_GO_VERSION =~ ^1\.10\.[0-9]+$ + condition: $TRAVIS_GO_VERSION =~ ^1\.11\.[0-9]+$ - provider: releases api_key: ${GITHUB_TOKEN} @@ -40,4 +40,4 @@ deploy: file_glob: true on: tags: true - condition: $TRAVIS_GO_VERSION =~ ^1\.10\.[0-9]+$ + condition: $TRAVIS_GO_VERSION =~ ^1\.11\.[0-9]+$