diff options
author | John Keiser <john@johnkeiser.com> | 2016-08-23 15:24:38 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-08-24 13:35:25 -0700 |
commit | 93520a8e4c14e13af404216c5d9c4fea1c756883 (patch) | |
tree | b8a2bfefc40eb651334ab101d6416f8bd99b5fbc /.travis.yml | |
parent | e7bba87c9f3b4cb8b02846b34da05b6d25169ff4 (diff) | |
download | chef-zero-93520a8e4c14e13af404216c5d9c4fea1c756883.tar.gz |
Remove redundant master chef tests from Travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 17 |
1 files 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 |