Skip to content

Commit

Permalink
add ruby 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eitoball committed Apr 25, 2015
1 parent 89f6c5f commit 61af5df
Showing 1 changed file with 34 additions and 7 deletions.
41 changes: 34 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
- 2.1.6
- 2.2.2
- ruby-head
- jruby-19mode
- rbx-2
Expand All @@ -22,20 +23,46 @@ gemfile:
- gemfiles/rubocop_0.26.1.gemfile
- gemfiles/rubocop_0.27.1.gemfile
- gemfiles/rubocop_0.28.0.gemfile
- gemfiles/rubocop_0.29.1.gemfile
- gemfiles/rubocop_0.30.1.gemfile
matrix:
exclude:
- rvm: 2.1.5
- rvm: 2.1.6
gemfile: gemfiles/rubocop_0.14.1.gemfile
- rvm: 2.1.5
- rvm: 2.1.6
gemfile: gemfiles/rubocop_0.15.0.gemfile
- rvm: 2.1.5
- rvm: 2.1.6
gemfile: gemfiles/rubocop_0.15.0.gemfile
- rvm: 2.1.6
gemfile: gemfiles/rubocop_0.16.0.gemfile
- rvm: 2.1.6
gemfile: gemfiles/rubocop_0.17.0.gemfile
- rvm: 2.1.6
gemfile: gemfiles/rubocop_0.18.1.gemfile
- rvm: 2.1.6
gemfile: gemfiles/rubocop_0.19.1.gemfile
- rvm: 2.2.2
gemfile: gemfiles/rubocop_0.14.1.gemfile
- rvm: 2.2.2
gemfile: gemfiles/rubocop_0.15.0.gemfile
- rvm: 2.2.2
gemfile: gemfiles/rubocop_0.15.0.gemfile
- rvm: 2.2.2
gemfile: gemfiles/rubocop_0.16.0.gemfile
- rvm: 2.1.5
- rvm: 2.2.2
gemfile: gemfiles/rubocop_0.17.0.gemfile
- rvm: 2.1.5
- rvm: 2.2.2
gemfile: gemfiles/rubocop_0.18.1.gemfile
- rvm: 2.1.5
- rvm: 2.2.2
gemfile: gemfiles/rubocop_0.19.1.gemfile
- rvm: 2.2.2
gemfile: gemfiles/rubocop_0.20.1.gemfile
- rvm: 2.2.2
gemfile: gemfiles/rubocop_0.21.0.gemfile
- rvm: 2.2.2
gemfile: gemfiles/rubocop_0.22.0.gemfile
- rvm: 2.2.2
gemfile: gemfiles/rubocop_0.23.0.gemfile
allow_failures:
- rvm: ruby-head
before_install: gem update --remote bundler
Expand Down

0 comments on commit 61af5df

Please sign in to comment.