From 2da73418e216b16a5f099fcc6d29cdff000e56a8 Mon Sep 17 00:00:00 2001 From: Josh Crowther Date: Wed, 6 Sep 2017 16:25:16 -0700 Subject: Refactor .travis.yml to only run branch builds for the master branch (#243) * Refactor .travis.yml to only run branch builds for the master branch PR builds will be unaffected by this change, but this should free up the build queue for all projects under the firebase org --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 86f2b04..dac7676 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,3 +15,8 @@ script: - "! git grep ' $'" # Fail on trailing whitespace - ./test.sh - pod lib lint FirebaseCommunity.podspec --verbose | tail -40 + +branches: + only: + - master + -- cgit v1.2.3