2012-05-06 19:51:07 +01:00
|
|
|
language: ruby
|
2012-05-06 19:52:45 +01:00
|
|
|
rvm:
|
2014-03-13 21:46:58 +01:00
|
|
|
- 2.1.1
|
2013-10-16 22:33:20 +02:00
|
|
|
- 2.0.0
|
|
|
|
- jruby
|
2014-06-05 21:00:29 +02:00
|
|
|
- rbx-2
|
2012-05-06 19:51:07 +01:00
|
|
|
gemfile:
|
2012-11-01 09:59:36 -04:00
|
|
|
- test/gemfiles/sass_3_2.gemfile
|
2014-03-13 21:46:58 +01:00
|
|
|
- test/gemfiles/sass_3_3.gemfile
|
2013-10-16 22:33:20 +02:00
|
|
|
- test/gemfiles/sass_head.gemfile
|
2014-01-07 15:18:16 +03:00
|
|
|
before_install:
|
2014-03-15 02:23:29 +07:00
|
|
|
- "npm install node-sass mincer ejs"
|
2013-10-16 22:34:53 +02:00
|
|
|
matrix:
|
|
|
|
allow_failures:
|
2014-06-08 17:31:34 +02:00
|
|
|
# rbx has issues https://github.com/rubinius/rubinius/issues/3060
|
2014-06-10 12:18:25 +02:00
|
|
|
- rvm: rbx-2
|
2013-10-16 22:34:53 +02:00
|
|
|
- gemfile: test/gemfiles/sass_head.gemfile
|
2014-05-09 12:33:50 -07:00
|
|
|
notifications:
|
|
|
|
slack: heybb:3n88HHilXn76ji9vV4gL819Y
|