2012-05-06 19:51:07 +01:00
|
|
|
language: ruby
|
2012-05-06 19:52:45 +01:00
|
|
|
rvm:
|
2014-12-17 15:53:32 +00:00
|
|
|
- 2.1.5
|
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
|
2014-08-19 19:59:20 +02:00
|
|
|
- test/gemfiles/sass_3_4.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-09-03 00:11:32 +02:00
|
|
|
- "npm install"
|
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
|
2014-10-24 18:30:43 +02:00
|
|
|
env:
|
|
|
|
global:
|
|
|
|
- VERBOSE=1
|
2014-10-28 05:38:54 +01:00
|
|
|
script:
|
|
|
|
- bundle exec rake
|
|
|
|
- sh test/*.sh
|