Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
* Add ruby 2.2
* Use latest ruby 2.1
  • Loading branch information
teeparham committed Jan 8, 2015
1 parent 74b16aa commit b7b7a23
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ sudo: false
language: ruby
cache: bundler
rvm:
- 2.1.4
- 2.2
- 2.1
- 2.0.0
- 1.9.3
- jruby
Expand All @@ -19,7 +20,8 @@ matrix:
- { rvm: 1.9.3, gemfile: test/gemfiles/Gemfile.rails-4.1.x }
- { rvm: 1.9.3, gemfile: test/gemfiles/Gemfile.rails-4.2.x }
- { rvm: 2.0.0, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
- { rvm: 2.1.4, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
- { rvm: 2.1, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
- { rvm: 2.2, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
allow_failures:
- rvm: jruby
- rvm: rbx-2
Expand Down

0 comments on commit b7b7a23

Please sign in to comment.