From e3672530b56e0717c42fd760d6864bfadbe7df38 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 23 Sep 2013 10:13:52 -0400 Subject: [CHEF-4343] Only test master, 10-stable, and 11-stable branches on Travis --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.1