From 78f7af5a7322b79c094b70337073ca52d2238287 Mon Sep 17 00:00:00 2001 From: Olivier Poitrey Date: Tue, 22 Sep 2020 01:02:44 +0200 Subject: [PATCH] Fix travis condition --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a31d7ba..4a0b976 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ deploy: on: branch: master tags: true - condition: "$TRAVIS_OS_NAME = linux && $TRAVIS_GO_VERSION = '1.10'" + condition: "$TRAVIS_OS_NAME = linux && $TRAVIS_GO_VERSION = '1.15'" skip_cleanup: true script: sudo apt-get update && sudo apt-get install rpm && curl -sL http://git.io/goreleaser | bash env: