Only build travis on master branch

This commit is contained in:
Wim
2019-03-03 00:22:31 +01:00
parent 67f2c67aed
commit a021d64385

View File

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