Skip to content

Commit

Permalink
enable travis for ruby 2.1.5 and 2.2.2 and rails 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanRada committed Jun 17, 2015
1 parent 74c9e82 commit a64c0cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ rvm:
- 1.9.3
- jruby-19mode
- 2.0.0
- 2.1.5
- 2.2.2
env:
- RAILS_ENV=test RACK_ENV=test
branches:
Expand Down
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ end
appraise "rails-4.1.4" do
gem "rails", "4.1.4"
end

appraise "rails-4.2.2" do
gem "rails", "4.1.4"
end

0 comments on commit a64c0cb

Please sign in to comment.