From c3307a7f0d6f1af69cd2f6a04dce48f5e4e76a1b Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Mon, 29 Feb 2016 02:22:36 +0900 Subject: Test against Ruby 2.3.0 on Travis CI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 34b6030..6b795b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ rvm: - 2.0.0 - 2.1 - 2.2 + - 2.3.0 - rbx-2 - jruby-head - ruby-head -- cgit v1.2.1 From 78730c8e910c5990c96e88a007797c95e6d7eb62 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Mon, 29 Feb 2016 02:30:59 +0900 Subject: This patch is for "bundle install failing" Ref: https://github.com/travis-ci/travis-ci/issues/5239 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6b795b2..5a59755 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ cache: bundler +before_install: + - gem update bundler rvm: - 2.0.0 - 2.1 -- cgit v1.2.1