From 4ff178fb2381f4dbc21deed9630252749757196a Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 19 Aug 2016 14:29:08 -0700 Subject: [PATCH] Remove Ruby 1.9 from Travis Rubocop doesn't support Ruby 1.9 anymore. Signed-off-by: Tim Smith --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a59e1c2..5210473 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,14 +10,13 @@ before_install: - gem --version matrix: include: - - rvm: 1.9.3 - rvm: 2.0 - - rvm: 2.1 + - rvm: 2.1.9 - rvm: ruby-head - - rvm: 2.2 + - rvm: 2.2.5 bundler_args: "--without guard tools" script: bundle exec rake test:integration OS='default profile contains_inspec' - - rvm: 2.2 + - rvm: 2.2.5 bundler_args: "--without guard tools" script: bundle exec rake test:integration OS='supermarket' allow_failures: