Skip to content

Commit 5cc5580

Browse files
committed
Add Rails 4.1 (edge) to Travis configuration
1 parent 44aea59 commit 5cc5580

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ gemfile:
99
- gemfiles/rails-3.1.gemfile
1010
- gemfiles/rails-3.2.gemfile
1111
- gemfiles/rails-4.0.gemfile
12+
- gemfiles/rails-4.1.gemfile
13+

gemfiles/rails-4.1.gemfile

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'rails', :github => "rails/rails"
4+
5+
group :test do
6+
gem "rspec-rails"
7+
gem "capybara", "~> 2.0.2"
8+
end
9+
10+
gemspec :path => "../"

0 commit comments

Comments
 (0)