diff options
-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 |