diff --git a/.travis.yml b/.travis.yml index 80b9acf..5690ddc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,13 @@ --- sudo: false language: ruby -rvm: - - 2.1 cache: bundler bundler_args: --without system_tests script: "bundle exec rake validate && bundle exec rake spec SPEC_OPTS='--format documentation'" matrix: fast_finish: true include: + rvm: 2.1 env: PUPPET_GEM_VERSION="~> 4.0" notifications: email: false