mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-15 08:29:25 +01: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.
|
# Upload test coverage to CodeClimate.
|
||||||
- ./cc-test-reporter after-build --exit-code ${TRAVIS_TEST_RESULT}
|
- ./cc-test-reporter after-build --exit-code ${TRAVIS_TEST_RESULT}
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
on:
|
on:
|
||||||
all_branches: true
|
all_branches: true
|
||||||
|
Loading…
Reference in New Issue
Block a user