forked from sass/sass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
41 lines (39 loc) · 838 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-18mode
- jruby-19mode
- rbx
- ree
gemfile: Gemfile
env:
- MATHN=true RUBOCOP=false
- MATHN=false RUBOCOP=false
branches:
only:
- master
- stable
notifications:
irc: {channels: "irc.freenode.org#sass"}
matrix:
allow_failures:
- rvm: rbx
- rvm: jruby-18mode
- rvm: jruby-19mode
# https://bugs.ruby-lang.org/issues/9340
- rvm: 2.1.0
include:
- rvm: 2.1.0
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