Skip to content

Commit

Permalink
add ruby 2.2 to .travis.yml
Browse files Browse the repository at this point in the history
also update ruby 2.1 to 2.1.7
  • Loading branch information
eitoball committed Aug 25, 2015
1 parent c69ee02 commit 45b774a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -5,7 +5,8 @@ rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.2
- 2.1.7
- 2.2.3
- jruby-18mode
- jruby-19mode
- rbx
Expand All @@ -27,7 +28,9 @@ matrix:
- rvm: jruby-18mode
- rvm: jruby-19mode
include:
- rvm: 2.1.2
- rvm: 2.2.3
env: MATHN=true RUBOCOP=true
- rvm: 2.1.7
env: MATHN=true RUBOCOP=true
- rvm: 2.0.0
env: MATHN=true RUBOCOP=true
Expand Down

0 comments on commit 45b774a

Please sign in to comment.