From aba9e4f3be87b7c552b4eb6bf884a03c1ce5afc0 Mon Sep 17 00:00:00 2001 From: Wim Date: Thu, 4 Apr 2019 23:22:56 +0200 Subject: [PATCH] Fix travis before_deploy --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index c7066b4e..2ab3fb4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,14 +38,14 @@ jobs: env: - GO111MODULE=on - REPORT_COVERAGE=1 + - BINDEPLOY=1 + +before_deploy: /bin/bash ci/bintray.sh deploy: on: all_branches: true - condition: $TRAVIS_GO_VERSION =~ ^1\.12 - before_deploy: - # Run the build script to generate the necessary binaries and images. - - /bin/bash ci/bintray.sh + condition: $BINDEPLOY = 1 provider: bintray edge: branch: v1.8.47