Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Commit

Permalink
Rails 4 and Ruby 2.1 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mnoack committed May 8, 2014
1 parent 04fcb5f commit 285ded2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Expand Up @@ -4,16 +4,24 @@ rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
script: "bundle exec rake coverage"
gemfile:
- gemfiles/rails2.gemfile
- gemfiles/rails3.gemfile
- gemfiles/rails4.gemfile
matrix:
exclude:
- rvm: 1.9.3
gemfile: gemfiles/rails2.gemfile
- rvm: 2.0.0
gemfile: gemfiles/rails2.gemfile
- rvm: 2.1.0
gemfile: gemfiles/rails2.gemfile
- rvm: 1.8.7
gemfile: gemfiles/rails4.gemfile
- rvm: 1.9.2
gemfile: gemfiles/rails4.gemfile
notifications:
email:
- support@travellink.com.au
Expand Down
12 changes: 12 additions & 0 deletions gemfiles/rails4.gemfile
@@ -0,0 +1,12 @@
source :rubygems
gemspec :path => '../'

group :development, :test do
gem 'rake', '~> 0.9.2'
gem 'rdoc', '~> 3.12'
gem 'rspec'
gem 'simplecov'
gem 'simplecov-rcov'
gem 'sqlite3'
gem 'rails', '~> 4.0'
end

0 comments on commit 285ded2

Please sign in to comment.