Skip to content

Commit 555aee9

Browse files
committed
Test against Ruby 2.2
1 parent 2134142 commit 555aee9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
before_install: gem install bundler
12
env:
23
global:
34
- JRUBY_OPTS="$JRUBY_OPTS --debug"
@@ -7,6 +8,7 @@ rvm:
78
- 1.9.3
89
- 2.0.0
910
- 2.1
11+
- 2.2
1012
- jruby-18mode
1113
- jruby-19mode
1214
- jruby-head

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ group :test do
99
gem 'rack-test'
1010
gem 'rest-client', '~> 1.6.0', :platforms => [:jruby, :ruby_18]
1111
gem 'rspec', '~> 3.0.0'
12-
gem 'rubocop', '>= 0.28', :platforms => [:ruby_19, :ruby_20, :ruby_21]
12+
gem 'rubocop', '>= 0.30', :platforms => [:ruby_19, :ruby_20, :ruby_21, :ruby_22]
1313
gem 'simplecov', '>= 0.9'
1414
gem 'webmock'
1515
end

0 commit comments

Comments
 (0)