From be12806743bd62c1844ca252d4e799c61b917344 Mon Sep 17 00:00:00 2001 From: Kaustubh Nair Date: Thu, 11 Apr 2019 02:13:43 +0530 Subject: [PATCH] Run travis builds only for some branches (#5437) --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index fbf9ff0acc..eb1a0aff41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,11 @@ env: before_install: - echo -e "repo_token:\n $COVERALLS_REPO_TOKEN" >> ./.coveralls.yml + +branches: + only: + - master + - unstable install: - cp config/database.yml.example config/database.yml