From 9232254a1b1f50140c9c9b937932b25be0c5e32f Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Wed, 12 Nov 2014 16:05:37 -0800 Subject: [PATCH] Support Ruby v2.1.0 --- .travis.yml | 8 ++++++++ README.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 00d4941..08e6e8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,14 @@ rvm: - 1.8.7 - 1.9.3 - 2.0.0 +- 2.1.0 +matrix: + fast_finish: true + exclude: + - rvm: 2.1.0 + env: PUPPET_VERSION=3.3.2 + - rvm: 2.1.0 + env: PUPPET_VERSION=3.4.2 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' diff --git a/README.md b/README.md index 29cc0e5..e79ed7b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The module uses exported resources to manage ssh keys and removes ssh keys that # Compatability -This module has been tested to work on the following systems with Puppet v3 and Ruby versions 1.8.7, 1.9.3 and 2.0.0. +This module has been tested to work on the following systems with Puppet v3 and Ruby versions 1.8.7, 1.9.3, 2.0.0 and 2.1.0. * Debian 7 * EL 5