From c2050c4771114436534d2bc14c53f8d1cb684117 Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Mon, 12 Feb 2018 21:32:33 -0800 Subject: [PATCH] Add Ruby 2.5.0 to build matrix --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 54ecc77e..9289789b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,13 +9,14 @@ rvm: - 2.2 - 2.3.6 - 2.4.3 + - 2.5.0 before_script: - git config --global user.email "travis@travis.ci" - git config --global user.name "Travis CI" before_install: - - '[[ "$TRAVIS_RUBY_VERSION" =~ "^jruby|^ruby 2.3|^ruby 2.4" ]] && gem update --system || true' + - '[[ "$TRAVIS_RUBY_VERSION" =~ "^jruby|^ruby 2.3|^ruby 2.4|^ruby 2.5" ]] && gem update --system || true' script: - bundle exec rspec