From d38f038c32f849d50202c0e8386cf898c7b6260f Mon Sep 17 00:00:00 2001 From: Ryunosuke SATO Date: Sun, 28 Dec 2014 22:46:12 +0900 Subject: [PATCH] Test aginst Ruby 2.2 on Travis CI --- .travis.yml | 1 + Gemfile | 1 + Gemfile.lock | 4 ++++ docs/ENV-VARIABLES.md | 1 + 4 files changed, 7 insertions(+), 0 deletions(-) diff --git a/.travis.yml b/.travis.yml index bf93669..c20722a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: ruby rvm: - 2.1 + - 2.2 - rbx-2 - ruby-head diff --git a/Gemfile b/Gemfile index 797af06..bb44910 100644 --- a/Gemfile +++ b/Gemfile @@ -83,6 +83,7 @@ group :test do gem 'database_cleaner' gem 'email_spec' gem 'timecop' + gem 'test-unit', require: 'test/unit' gem 'coveralls', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index ac16d01..523cace 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -216,6 +216,7 @@ GEM cliver (~> 0.3.1) multi_json (~> 1.0) websocket-driver (>= 0.2.0) + power_assert (0.2.2) premailer (1.7.3) css_parser (>= 1.1.9) htmlentities (>= 4.0.0) @@ -305,6 +306,8 @@ GEM sprockets (>= 2.8, < 4.0) term-ansicolor (1.2.2) tins (~> 0.8) + test-unit (3.0.8) + power_assert thor (0.19.1) thread_safe (0.3.4) tilt (1.4.1) @@ -381,6 +384,7 @@ DEPENDENCIES rspec-rails rushover sass-rails + test-unit timecop uglifier underscore-rails diff --git a/docs/ENV-VARIABLES.md b/docs/ENV-VARIABLES.md index a5201ab..0d10d6f 100644 --- a/docs/ENV-VARIABLES.md +++ b/docs/ENV-VARIABLES.md @@ -13,6 +13,7 @@ We test it on : * 1.9.3 * 2.0.0 * 2.1.0 + * 2.2.0 ## Use configuration by ENV -- libgit2 0.21.2