Skip to content

Commit

Permalink
Introduce test matrix for testing different rails versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tawan committed Apr 13, 2016
1 parent 8f48240 commit 156181d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ before_install:
sudo: required
language: ruby
rvm:
- "1.9.3"
- "2.0"
- "2.1"
- "2.2"
- "1.9.3"
- "2.0"
- "2.1"
- "2.2"
gemfile:
- gemfiles/Gemfile.rails-4.2.x

script:
- "export EXCEPT_DEPLOYED=true"
Expand Down
12 changes: 12 additions & 0 deletions gemfiles/Gemfile.rails-4.2.x
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
source 'https://rubygems.org'

gem 'rails', '~> 4.2'
gemspec
gem 'bundler'
gem 'rspec', '~> 3.4'
gem 'dotenv'
gem 'fuubar'
gem 'rdoc'
gem 'byebug', :platforms => [:ruby_20, :ruby_21, :ruby_22 ]
gem 'benchmark-ips'
gem 'climate_control'

0 comments on commit 156181d

Please sign in to comment.