Skip to content

Commit 9c62298

Browse files
committed
Use sass < 3.4 with Ruby 1.9
sass 3.4 is deprecated with Ruby 1.9
1 parent e10f450 commit 9c62298

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ cache: bundler
55
sudo: false
66

77
rvm:
8-
- 1.9.3
98
- 2.0.0
109
- 2.1
1110
- 2.2
@@ -16,6 +15,8 @@ matrix:
1615

1716
matrix:
1817
include:
18+
- rmv: 1.9.3
19+
gemfile: gemfiles/Gemfile-1.9
1920
- rvm: 2.2
2021
script: bundle exec rake test_isolated
2122

gemfiles/Gemfile-1.9

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source "https://rubygems.org"
2+
gemspec path: '..'
3+
gem 'sass', '< 3.4'

0 commit comments

Comments
 (0)