aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Josh Crowther <jshcrowthe@gmail.com>2017-09-06 16:25:16 -0700
committerGravatar Paul Beusterien <paulbeusterien@google.com>2017-09-06 16:25:16 -0700
commit2da73418e216b16a5f099fcc6d29cdff000e56a8 (patch)
treec4d0ac862459f88a9346ef83ac875cd4f173cca1 /.travis.yml
parent1df4f7287d0f9f41f4834bb4ecba7b0daa8d3362 (diff)
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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
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
+