From 22b491623a3c73587a7e8c5b54b95139d5300d56 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Sat, 8 Dec 2012 10:42:45 -0800 Subject: comment the various travis build settings --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index bc4764b95d..aa4f9fe938 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,16 +14,20 @@ rvm: - 1.9.3 - 1.9.2 - 1.8.7 - # Rubygems versions MUST be available as rake tasks # see Rakefile:66 for the list of possible RGV values env: + # we need to know if changes to rubygems will break bundler on release - RGV=master + # test the latest rubygems release with all of our supported rubies - RGV=v1.8.24 matrix: allow_failures: + # we want to know how we're doing with head, but not fail the build - rvm: ruby-head + # until the 2.0 rc, it's okay for failures to crop up - rvm: 2.0.0-preview2 + # 1.9.2 is simply too slow. it sometimes exceeds the 25m hard limit. - rvm: 1.9.2 include: # riding the edge -- cgit v1.2.1