summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorWim <wim@42.be>2019-04-04 23:22:56 +0200
committerWim <wim@42.be>2019-04-04 23:22:56 +0200
commitaba9e4f3be87b7c552b4eb6bf884a03c1ce5afc0 (patch)
treef5ae02a91b31ea7ebc75911819109dd23e2f3e71 /.travis.yml
parent4d575ba13ae59fdb6e19c216830def11b23ac081 (diff)
downloadmatterbridge-msglm-aba9e4f3be87b7c552b4eb6bf884a03c1ce5afc0.tar.gz
matterbridge-msglm-aba9e4f3be87b7c552b4eb6bf884a03c1ce5afc0.tar.bz2
matterbridge-msglm-aba9e4f3be87b7c552b4eb6bf884a03c1ce5afc0.zip
Fix travis before_deploy
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files 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