Skip to content

Commit

Permalink
Include Rails 4.1 in CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
beerlington committed Jun 29, 2014
1 parent 429d38f commit 973673b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Expand Up @@ -2,13 +2,10 @@ language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
- 2.1.2
gemfile:
- gemfiles/Gemfile.rails-3.0.x
- gemfiles/Gemfile.rails-3.1.x
- gemfiles/Gemfile.rails-3.2.x
- gemfiles/Gemfile.rails-4.0.x
matrix:
exclude:
- rvm: 1.8.7
gemfile: gemfiles/Gemfile.rails-4.0.x
- gemfiles/Gemfile.rails-4.1.x
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -11,9 +11,9 @@ This README is also available in a [user-friendly DocumentUp format](http://beer

## Rails & Ruby Versions Supported

*Rails:* 3.0.x - 4.0.x
*Rails:* 3.0.x - 4.1.x

*Ruby:* 1.8.7, 1.9.2, 1.9.3 and 2.0.0
*Ruby:* 1.9.2, 1.9.3, 2.0.0 and 2.1.0

## Installation

Expand Down
6 changes: 6 additions & 0 deletions gemfiles/Gemfile.rails-4.1.x
@@ -0,0 +1,6 @@
source :rubygems

gem 'rails', '~> 4.1.0'
gem 'rspec-rails', '~> 2.11'
gem 'sqlite3'
gem 'json', '~> 1.7'

0 comments on commit 973673b

Please sign in to comment.