Commit 065c7f5a authored by Kyle Fuller's avatar Kyle Fuller

Merge pull request #3610 from CocoaPods/seg-travis-branches

[Travis] Only build master and stable branches
parents e9ae46e5 0fc11ae6
...@@ -11,6 +11,11 @@ rvm: ...@@ -11,6 +11,11 @@ rvm:
# TODO: currently unavailable: https://github.com/travis-ci/travis-ci/issues/2918 # TODO: currently unavailable: https://github.com/travis-ci/travis-ci/issues/2918
# - 2.0.0-p247 # - 2.0.0-p247
branches:
only:
- master
- /.+-stable$/
before_install: before_install:
# There is a bug in travis. When using system ruby, bundler is not # There is a bug in travis. When using system ruby, bundler is not
# installed and causes the default install action to fail. # installed and causes the default install action to fail.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment