Skip to content

Commit

Permalink
Travis test suite update
Browse files Browse the repository at this point in the history
Drop tests on vanilla 1.8.7 (REE still runs), add test against edge
activerecord.
  • Loading branch information
tmikoss committed Nov 19, 2012
1 parent f4d0792 commit a3f96b7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
@@ -1,7 +1,9 @@
rvm:
- 1.8.7
- 1.9.3
- jruby
- ree
before_script:
- mysql -e 'create database automagical_validations_test;'
- mysql -e 'create database automagical_validations_test;'
gemfile:
- Gemfile
- gemfiles/activerecord_edge.gemfile
10 changes: 10 additions & 0 deletions gemfiles/activerecord_edge.gemfile
@@ -0,0 +1,10 @@
source "http://rubygems.org"

gem "activerecord", :git => "https://github.com/rails/rails/tree/master/activerecord"

group :development do
gem "rspec"
gem "jeweler"
gem "mysql2", :platforms => :ruby
gem "activerecord-jdbcmysql-adapter", :platforms => :jruby
end

0 comments on commit a3f96b7

Please sign in to comment.