From a394973d4a0afe353536360271904f53afb89b5d Mon Sep 17 00:00:00 2001 From: Norbert Varzariu Date: Tue, 7 Feb 2017 17:45:23 +0100 Subject: [PATCH] fix matrix build in travis.yml --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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