diff options
author | Seth Vargo <sethvargo@gmail.com> | 2013-09-23 10:13:52 -0400 |
---|---|---|
committer | Bryan McLellan <btm@opscode.com> | 2013-10-04 09:52:10 -0700 |
commit | e3672530b56e0717c42fd760d6864bfadbe7df38 (patch) | |
tree | 0de2380f7d35bac58d3155bc8c4fd8c835e3e418 /.travis.yml | |
parent | 3fa40e30e13593cec0f62aad17fae691a712e43c (diff) | |
download | chef-e3672530b56e0717c42fd760d6864bfadbe7df38.tar.gz |
[CHEF-4343] Only test master, 10-stable, and 11-stable branches on Travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 839d3edc07..6468f54d57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,12 @@ rvm: - 1.8.7 -# - 1.9.2 - 1.9.3 - 2.0.0 + +branches: + only: + - master + - 10-stable + - 11-stable + script: bundle exec rspec --color --format progress |