From f0105d4414173a5407fa68eee7fa16643a973830 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Fri, 30 Nov 2018 10:48:58 -0800 Subject: [PATCH] travis version tag fix --- .travis.yml | 5 ----- version.txt | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6562fef4..f89654be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,11 +41,6 @@ before_deploy: after_deploy: - if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" = "false" ]]; then make publish-homebrew; fi -deploy: - - provider: releases - api_key: $GH_TOKEN - skip_cleanup: true - matrix: allow_failures: - go: master diff --git a/version.txt b/version.txt index c1d28d8d..fcedc5bf 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.79.94 \ No newline at end of file +0.79.95 \ No newline at end of file