From 2bc2bf49a0eec9bc6d246ed75fd6f4e8fb5bf6f1 Mon Sep 17 00:00:00 2001 From: Ryunosuke SATO Date: Tue, 21 Oct 2014 00:30:44 +0900 Subject: [PATCH] Test against Ruby 2.1 / 2.2 on Travis CI --- .travis.yml | 2 ++ Gemfile | 1 + 2 files changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 222078e..9577abf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,3 +2,5 @@ language: ruby rvm: - 1.9.3 - 2.0.0 + - 2.1 + - 2.2 diff --git a/Gemfile b/Gemfile index 0d13b86..3f1a9ea 100644 --- a/Gemfile +++ b/Gemfile @@ -5,4 +5,5 @@ gemspec group :test do gem 'therubyracer', platform: :mri gem 'therubyrhino', ">=1.73.3", platform: :jruby + gem 'minitest', require: false end