From 93520a8e4c14e13af404216c5d9c4fea1c756883 Mon Sep 17 00:00:00 2001 From: John Keiser Date: Tue, 23 Aug 2016 15:24:38 -0700 Subject: Remove redundant master chef tests from Travis --- .travis.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index a179d82..415a0e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,14 +24,15 @@ matrix: env: SINGLE_ORG=true - rvm: 2.3.1 env: CHEF_FS=true - - rvm: 2.2.5 - env: - - CHEF_FS=true - - "GEMFILE_MOD=\"gem 'chef', github: 'chef/chef'\"" - - rvm: 2.3.1 - env: - - CHEF_FS=true - - "GEMFILE_MOD=\"gem 'chef', github: 'chef/chef'\"" +# Commented out until we work with a released version again +# - rvm: 2.2.5 +# env: +# - CHEF_FS=true +# - "GEMFILE_MOD=\"gem 'chef', github: 'chef/chef'\"" +# - rvm: 2.3.1 +# env: +# - CHEF_FS=true +# - "GEMFILE_MOD=\"gem 'chef', github: 'chef/chef'\"" - rvm: 2.3.1 env: FILE_STORE=true - rvm: 2.3.1 -- cgit v1.2.1