Only build travis on master branch

This commit is contained in:
Wim 2019-03-03 00:22:31 +01:00
parent a16137f53f
commit 723f8c5fd5
1 changed files with 4 additions and 0 deletions

View File

@ -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