Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Test with Rails 4.0 and 4.1
  • Loading branch information
Rafael Mendonça França committed Apr 10, 2014
1 parent a5c466c commit b479393
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -2,8 +2,10 @@ language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
gemfile:
- test/gemfiles/Gemfile-4-0-stable
- test/gemfiles/Gemfile-4-1-stable
- test/gemfiles/Gemfile-master
- Gemfile
before_install: gem install bundler
Expand Down
8 changes: 8 additions & 0 deletions test/gemfiles/Gemfile-4-0-stable
@@ -0,0 +1,8 @@
source "https://rubygems.org"

# Specify your gem's dependencies in sass-rails.gemspec
gemspec path: '../..'

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

gem "sqlite3"
8 changes: 8 additions & 0 deletions test/gemfiles/Gemfile-4-1-stable
@@ -0,0 +1,8 @@
source "https://rubygems.org"

# Specify your gem's dependencies in sass-rails.gemspec
gemspec path: '../..'

gem "rails", github: 'rails/rails', branch: '4-1-stable'

gem "sqlite3"

0 comments on commit b479393

Please sign in to comment.