From 4e919a5b65dd2201d3588d4ca37504af713a17f1 Mon Sep 17 00:00:00 2001 From: John Keiser Date: Wed, 24 Aug 2016 10:37:12 -0700 Subject: [PATCH] Enable Ruby 2.3 in Travis, make it default suite --- .travis.yml | 17 +++++++++-------- appveyor.yml | 4 ++-- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index ad54c692..0510d090 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,24 +20,25 @@ branches: matrix: include: - - rvm: 2.1 - - rvm: 2.0 - - rvm: 2.2 + - rvm: 2.2.5 + - rvm: 2.1.9 + - rvm: 2.0.0-p648 + - rvm: 2.3.1 script: bundle exec rake $SUITE env: SUITE="test" - - rvm: 2.2 + - rvm: 2.3.1 script: bundle exec rake $SUITE env: SUITE="test:docker config=test-travis-debian.yml" - - rvm: 2.2 + - rvm: 2.3.1 script: bundle exec rake $SUITE env: SUITE="test:docker config=test-travis-centos.yml" - - rvm: 2.2 + - rvm: 2.3.1 script: bundle exec rake $SUITE env: SUITE="test:docker config=test-travis-oel.yml" - - rvm: 2.2 + - rvm: 2.3.1 script: bundle exec rake $SUITE env: SUITE="test:docker config=test-travis-fedora.yml" - - rvm: 2.2 + - rvm: 2.3.1 script: bundle exec rake $SUITE env: SUITE="test:docker config=test-travis-ubuntu.yml" diff --git a/appveyor.yml b/appveyor.yml index 5c0c6b01..aa3e413f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,10 +16,10 @@ environment: - ruby_version: "21" train_target: winrm://test_user@localhost:5985 - - ruby_version: "22" + - ruby_version: "23" train_target: winrm://test_user@localhost:5985 - - ruby_version: "22" + - ruby_version: "23" train_ssl: true train_target: winrm://test_user@localhost:5986