UNPKG

524 BYAMLView Raw
1language: ruby
2rvm:
3 - 2.1.2
4 - jruby
5 - rbx-2
6gemfile:
7 - test/gemfiles/sass_3_2.gemfile
8 - test/gemfiles/sass_3_3.gemfile
9 - test/gemfiles/sass_3_4.gemfile
10 - test/gemfiles/sass_head.gemfile
11before_install:
12 - "npm install"
13matrix:
14 allow_failures:
15 # rbx has issues https://github.com/rubinius/rubinius/issues/3060
16 - rvm: rbx-2
17 - gemfile: test/gemfiles/sass_head.gemfile
18notifications:
19 slack: heybb:3n88HHilXn76ji9vV4gL819Y
20env:
21 global:
22 - VERBOSE=1
23script:
24 - bundle exec rake
25 - sh test/*.sh