We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10f450 commit 9c62298Copy full SHA for 9c62298
.travis.yml
@@ -5,7 +5,6 @@ cache: bundler
5
sudo: false
6
7
rvm:
8
- - 1.9.3
9
- 2.0.0
10
- 2.1
11
- 2.2
@@ -16,6 +15,8 @@ matrix:
16
15
17
matrix:
18
include:
+ - rmv: 1.9.3
19
+ gemfile: gemfiles/Gemfile-1.9
20
- rvm: 2.2
21
script: bundle exec rake test_isolated
22
gemfiles/Gemfile-1.9
@@ -0,0 +1,3 @@
1
+source "https://rubygems.org"
2
+gemspec path: '..'
3
+gem 'sass', '< 3.4'
0 commit comments