mirror of
https://github.com/zhigang1992/sass.git
synced 2026-01-12 09:33:53 +08:00
40 lines
792 B
YAML
40 lines
792 B
YAML
rvm:
|
|
- 1.8.7
|
|
- 1.9.2
|
|
- 1.9.3
|
|
- 2.0.0
|
|
- 2.1.2
|
|
- jruby-18mode
|
|
- jruby-19mode
|
|
- rbx
|
|
- ree
|
|
gemfile: Gemfile
|
|
env:
|
|
- MATHN=true RUBOCOP=false
|
|
- MATHN=false RUBOCOP=false
|
|
branches:
|
|
only:
|
|
- master
|
|
- stable
|
|
- stable_3_2
|
|
notifications:
|
|
irc: {channels: "irc.freenode.org#sass"}
|
|
matrix:
|
|
allow_failures:
|
|
- rvm: rbx
|
|
- rvm: jruby-18mode
|
|
- rvm: jruby-19mode
|
|
include:
|
|
- rvm: 2.1.2
|
|
env: MATHN=true RUBOCOP=true
|
|
- rvm: 2.0.0
|
|
env: MATHN=true RUBOCOP=true
|
|
- rvm: 1.9.3
|
|
env: MATHN=true RUBOCOP=true
|
|
|
|
# As of 7 Jan 2014, RubyGems 2.2.0 was the default and was causing
|
|
# errors when running "bundle install" on master. We should remove
|
|
# this block once 2.2.0 is no longer the default.
|
|
before_install:
|
|
- gem update --system 2.2.1
|