From ab564c225a4ed2879c97103698752b56025de5b7 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Fri, 4 Jan 2019 16:11:55 -0800 Subject: update travis/appveyor, drop ruby 2.2 support, test on 2.6 Signed-off-by: Lamont Granquist --- .travis.yml | 8 ++++---- VERSION | 2 +- appveyor.yml | 8 +++++--- lib/mixlib/shellout/version.rb | 2 +- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index eea4794..5f7875d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,9 @@ -sudo: false language: ruby cache: bundler -distro: xenial +dist: xenial matrix: include: - - rvm: 2.2.10 - rvm: 2.3.8 - rvm: 2.4.5 - rvm: 2.5.3 @@ -19,7 +17,9 @@ branches: - master before_install: - - gem update bundler - gem update --system + - gem --version + - gem update bundler + - bundle --version script: bundle exec rake diff --git a/VERSION b/VERSION index ab6d278..4a36342 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.4 \ No newline at end of file +3.0.0 diff --git a/appveyor.yml b/appveyor.yml index 20d082a..168be7a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,9 +6,11 @@ platform: environment: matrix: - - ruby_version: "22" - ruby_version: "23" - ruby_version: "23-x64" + - ruby_version: "24-x64" + - ruby_version: "25-x64" + - ruby_version: "26-x64" clone_folder: c:\projects\mixlib-shellout clone_depth: 1 @@ -31,9 +33,9 @@ install: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - echo %PATH% - ruby --version - - gem --version - gem update --system - - gem install bundler --quiet --no-ri --no-rdoc + - gem --version + - gem install bundler --quiet --no-document - bundler --version build_script: diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb index 06439e2..21b5e5e 100644 --- a/lib/mixlib/shellout/version.rb +++ b/lib/mixlib/shellout/version.rb @@ -1,5 +1,5 @@ module Mixlib class ShellOut - VERSION = "2.4.4".freeze + VERSION = "3.0.0".freeze end end -- cgit v1.2.1