From 26a7e35f2777b8424477eef1838125a6ae55fe48 Mon Sep 17 00:00:00 2001 From: Wim Date: Wed, 27 Feb 2019 00:41:50 +0100 Subject: Add MediaConvertWebPToPNG option (telegram). (#741) * Add MediaConvertWebPToPNG option (telegram). When enabled matterbridge will convert .webp files to .png files before uploading them to the mediaserver of the other bridges. Fixes #398 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 7ee35d73..295540a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,6 +48,8 @@ after_script: - ./cc-test-reporter after-build --exit-code ${TRAVIS_TEST_RESULT} deploy: + on: + all_branches: true provider: bintray on: all_branches: true -- cgit v1.2.3