From 60a41230c498fbf9b0fb0e9934ed4bdcc3602e71 Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Fri, 24 Jan 2014 20:34:36 -0500 Subject: [PATCH] Test against Ruby v2.0.0 though allow it to fail --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5b2652c..11cd9a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,12 +5,14 @@ env: notifications: email: false rvm: -- 1.9.3 - 1.8.7 +- 1.9.3 +- 2.0.0 matrix: fast_finish: true allow_failures: - env: PUPPET_VERSION=2.7.23 + - rvm: 2.0.0 language: ruby before_script: "gem install --no-ri --no-rdoc bundler" script: 'bundle exec rake validate && bundle exec rake lint && SPEC_OPTS="--format documentation" bundle exec rake spec'