summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorWim <wim@42.be>2019-03-03 00:22:31 +0100
committerWim <wim@42.be>2019-03-03 00:24:49 +0100
commit723f8c5fd5392e5d8cceefe3a85b44004e5fcfa1 (patch)
treea882d0867000b3e62606a1d1318fe47857fed783 /.travis.yml
parenta16137f53f8cab87be5cd0e85b4d329edadc24c4 (diff)
downloadmatterbridge-msglm-723f8c5fd5392e5d8cceefe3a85b44004e5fcfa1.tar.gz
matterbridge-msglm-723f8c5fd5392e5d8cceefe3a85b44004e5fcfa1.tar.bz2
matterbridge-msglm-723f8c5fd5392e5d8cceefe3a85b44004e5fcfa1.zip
Only build travis on master branch
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5393c96b..19942525 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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