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