Skip to content

Commit

Permalink
let travis test agains multiple gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
salimhb committed Jun 12, 2015
1 parent 308a205 commit 62f3028
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ rvm:
- 2.1.2
- 2.2.1
- jruby
gemfile:
- Gemfile.rails-3.2
- Gemfile.rails-4.2
6 changes: 6 additions & 0 deletions Gemfile.rails-3.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source "https://rubygems.org"

gemspec

gem 'activesupport', '~> 3.2.0'
gem 'actionpack', '~> 3.2.0'
6 changes: 6 additions & 0 deletions Gemfile.rails-4.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source "https://rubygems.org"

gemspec

gem 'activesupport', '~> 4.2.0'
gem 'actionpack', '~> 4.2.0'

0 comments on commit 62f3028

Please sign in to comment.