From c8f9fbe649d6a38a9023e8305601beb0d774da46 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Sun, 29 May 2016 18:57:25 +0200 Subject: [PATCH] deactivate ruby 1.9.3 & chef 11 testing, because it fails continously --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1456848..5e5fe34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,6 @@ before_install: matrix: include: # verify lint and unit - - rvm: 1.9.3 - gemfile: gemfile.chef-11 - bundler_args: "--without integration guard tools" - rvm: 2.3.1 gemfile: Gemfile bundler_args: "--without integration guard tools"