From 5a066f5b4331a3d8eb00b4ae176af8c3932c1ffe Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Tue, 25 Jul 2017 16:00:04 +0100 Subject: [PATCH] (maint) cut down travis matrix for quicker turnaround --- .travis.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9af2623..408d346 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,19 +10,13 @@ before_install: matrix: fast_finish: true include: - - rvm: 2.3.1 - dist: trusty - env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_set=docker/ubuntu-14.04 - script: bundle exec rake beaker - services: docker - sudo: required - - rvm: 2.3.1 + - rvm: 2.4.1 dist: trusty env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_set=docker/debian-8 script: bundle exec rake beaker services: docker sudo: required - - rvm: 2.4.0 + - rvm: 2.4.1 bundler_args: --without system_tests env: PUPPET_GEM_VERSION="~> 5.0" - rvm: 2.1.9 -- 2.45.2