Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit ef84058c163adcdabcc84d19f2b3a37b8e8ce21e Author: Wim <wim@42.be> Date: Thu Apr 04 23:22:56 2019 +0000 Fix travis before_deploy diff --git a/.travis.yml b/.travis.yml index c7066b4..2ab3fb4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3814 +3814 @@ 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