Skip to content

Commit

Permalink
Test with sass 3.4 by default to avoid problem with ruby 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jun 30, 2016
1 parent 304a4e2 commit 58ecaa7
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ gemfile:
- gemfiles/Gemfile-sass-3-2
- gemfiles/Gemfile-sass-3-3
- gemfiles/Gemfile-sass-3-4
- gemfiles/Gemfile-sass-3-5

sudo: false

Expand All @@ -34,6 +35,8 @@ matrix:
allow_failures:
- rvm: rbx-2
exclude:
- gemfile: gemfiles/Gemfile-sass-3-5
rvm: 1.9.3
- gemfile: gemfiles/Gemfile-rails-5-0
rvm: 1.9.3
- gemfile: gemfiles/Gemfile-rails-5-0
Expand Down
1 change: 1 addition & 0 deletions gemfiles/Gemfile-rails-4-0
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ source "https://rubygems.org"
gemspec path: ".."

gem "rails", "~> 4.0.0"
gem "sass", "~> 3.4.0"
gem "mime-types", "< 2"
1 change: 1 addition & 0 deletions gemfiles/Gemfile-rails-4-1
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ source "https://rubygems.org"
gemspec path: ".."

gem "rails", "~> 4.1.0"
gem "sass", "~> 3.4.0"
gem "mime-types", "< 2"
1 change: 1 addition & 0 deletions gemfiles/Gemfile-rails-4-2
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ source "https://rubygems.org"
gemspec path: ".."

gem "rails", "~> 4.2.0"
gem "sass", "~> 3.4.0"
gem "mime-types", "< 2"
1 change: 1 addition & 0 deletions gemfiles/Gemfile-rails-5-0
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ source "https://rubygems.org"
gemspec path: ".."

gem "rails", github: 'rails/rails', branch: '5-0-stable'
gem "sass", "~> 3.4.0"
8 changes: 8 additions & 0 deletions gemfiles/Gemfile-sass-3-5
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
source "https://rubygems.org"

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

gem "rails"
gem "sass", "~> 3.5.0"
gem "mime-types", "< 2"

0 comments on commit 58ecaa7

Please sign in to comment.