Thumbnail

rani/matterbridge.git

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

commit 56e38b7100754f9d9ef57c99079b229c1517e3dc Author: Wim <wim@42.be> Date: Sun Mar 03 00:22:31 2019 +0000 Only build travis on master branch diff --git a/.travis.yml b/.travis.yml index 5393c96..1994252 100644 --- a/.travis.yml +++ b/.travis.yml @@ -476 +4710 @@ after_script:   # Upload test coverage to CodeClimate.   - ./cc-test-reporter after-build --exit-code ${TRAVIS_TEST_RESULT}   +branches: + only: + - master +  deploy:   on: all_branches: true