From 12df6830f52d69ba0bb834af0b59f3bf415aaa4c Mon Sep 17 00:00:00 2001 From: "kirby@puppetlabs.com" Date: Wed, 19 Dec 2018 12:49:08 -0800 Subject: [PATCH] (MAINT) Update travis to test latest ruby This commit updates travis to test latest ruby versions for vmpooler. Without this change we test out of date versions of ruby with vmpooler. --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index e4b5ce23f..34b5ef885 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,28 +6,28 @@ services: matrix: include: - - rvm: 2.3.7 + - rvm: 2.3.8 env: "CHECK=rubocop" - - rvm: 2.3.7 + - rvm: 2.3.8 env: "CHECK=test" - - rvm: 2.4.4 + - rvm: 2.4.5 env: "CHECK=test" - - rvm: 2.5.1 + - rvm: 2.5.3 env: "CHECK=test" - rvm: jruby-9.1.17.0 env: "CHECK=test" - - rvm: jruby-9.2.0.0 + - rvm: jruby-9.2.5.0 env: "CHECK=test" # Remove the allow_failures section once # Rubocop is required for Travis to pass a build allow_failures: - - rvm: 2.3.7 + - rvm: 2.3.8 env: "CHECK=rubocop" install: