diff options
author | Wim <wim@42.be> | 2019-03-03 00:22:31 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2019-03-03 00:24:49 +0100 |
commit | 723f8c5fd5392e5d8cceefe3a85b44004e5fcfa1 (patch) | |
tree | a882d0867000b3e62606a1d1318fe47857fed783 /.travis.yml | |
parent | a16137f53f8cab87be5cd0e85b4d329edadc24c4 (diff) | |
download | matterbridge-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.yml | 4 |
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 |