mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-09 23:40:27 +00:00
Only build travis on master branch
This commit is contained in:
parent
a16137f53f
commit
723f8c5fd5
@ -47,6 +47,10 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user