Commit 0fc11ae6 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[Travis] Only build master and stable branches

parent 248385a1
......@@ -11,6 +11,11 @@ rvm:
# TODO: currently unavailable: https://github.com/travis-ci/travis-ci/issues/2918
# - 2.0.0-p247
branches:
only:
- master
- /.+-stable$/
before_install:
# There is a bug in travis. When using system ruby, bundler is not
# 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