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'