From 34afd6cfbadeafceb307e19df2113f3ee8515ff9 Mon Sep 17 00:00:00 2001 From: Nicolas Leger Date: Sun, 11 Feb 2018 23:48:04 +0100 Subject: [PATCH] [CI] Test against new Ruby 2.x versions --- .travis.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7ada8e3..1f1fc00 100755 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,12 @@ sudo: false language: ruby rvm: -- 2.0.0 -- 2.1.5 -- 2.2.0 -- 2.3.0 + - 2.0.0 + - 2.1.10 + - 2.2.9 + - 2.3.6 + - 2.4.3 + - 2.5.0 before_install: gem install bundler -v 1.14.1 script: - bundle install && bundle exec rake test:unit @@ -15,5 +17,5 @@ deploy: gem: azure-core on: tags: true - condition: "$TRAVIS_RUBY_VERSION == 2.3.0" + condition: "$TRAVIS_RUBY_VERSION == 2.5.0" repo: Azure/azure-ruby-asm-core