Skip to content

Commit

Permalink
Make Travis ruby 1.9 tests work by using an older version of sass
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Oct 24, 2018
1 parent cc5210f commit fbf7373
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ if RUBY_VERSION < '2.0.0'
gem 'rake', '<10.0.0'
gem 'haml', '<5'
gem 'mime-types', '< 3'
gem 'sass', '< 3.5'
end

if RUBY_VERSION < '2.2.0'
Expand Down

0 comments on commit fbf7373

Please sign in to comment.