Skip to content

Commit 25632ce

Browse files
author
Rafael Mendonça França
committed
Test with the released gem
1 parent daf0527 commit 25632ce

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ rvm:
77
gemfile:
88
- Gemfile
99
- gemfiles/Gemfile-edge
10+
- gemfiles/Gemfile-4-0-stable
1011
notifications:
1112
email: false
1213
irc:

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ source 'https://rubygems.org'
22

33
gemspec
44

5-
gem 'rails', github: 'rails/rails', branch: '4-0-stable'
5+
gem 'rails'

gemfiles/Gemfile-4-0-stable

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
source 'https://rubygems.org'
2+
3+
gemspec path: '..'
4+
5+
gem 'rails', github: 'rails/rails', branch: '4-0-stable'

0 commit comments

Comments
 (0)