Skip to content

Commit

Permalink
test against Rails 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Kriechbaumer committed Dec 9, 2014
1 parent ecba415 commit 9494cf3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -12,13 +12,16 @@ gemfile:
- gemfiles/activerecord_3_2.gemfile
- gemfiles/activerecord_4_0.gemfile
- gemfiles/activerecord_4_1.gemfile
- gemfiles/activerecord_4_2.gemfile
- gemfiles/activerecord_edge.gemfile
env:
- DB=postgresql
- DB=mysql
- DB=sqlite3
matrix:
allow_failures:
- rvm: jruby
gemfile: gemfiles/activerecord_4_2.gemfile
- rvm: jruby
gemfile: gemfiles/activerecord_edge.gemfile
branches:
Expand Down
8 changes: 8 additions & 0 deletions gemfiles/activerecord_4_2.gemfile
@@ -0,0 +1,8 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "coveralls", :require => false
gem "activerecord", "~> 4.2.0.rc2"

gemspec :path => "../"

0 comments on commit 9494cf3

Please sign in to comment.