From 723f8c5fd5392e5d8cceefe3a85b44004e5fcfa1 Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 3 Mar 2019 00:22:31 +0100 Subject: [PATCH] Only build travis on master branch --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) 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