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.
|
||||
- ./cc-test-reporter after-build --exit-code ${TRAVIS_TEST_RESULT}
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
deploy:
|
||||
on:
|
||||
all_branches: true
|
||||
|
|
Loading…
Reference in New Issue