[travisci] Add tests for activesupport 3.2 and 4.0

This commit is contained in:
Aaron Suggs 2013-08-20 13:47:45 -04:00
parent 7d9326235d
commit da2f265e7e
3 changed files with 12 additions and 0 deletions

View file

@ -3,3 +3,7 @@ rvm:
- 1.9.3
- 2.0.0
- jruby-head
gemfile:
- gemfiles/activesupport3.2
- gemfiles/activesupport4.0

View file

@ -0,0 +1,4 @@
source "https://rubygems.org"
gemspec
gem 'activesupport', '~> 3.2.0'

View file

@ -0,0 +1,4 @@
source "https://rubygems.org"
gemspec
gem 'activesupport', '~> 4.0.0'