-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
47 lines (47 loc) · 871 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
42
43
44
45
46
47
sudo: false
language: ruby
cache: bundler
install:
- bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
- bundle update sass-spec
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.7
- 2.2.3
- 2.3.0
- jruby-18mode
- jruby-19mode
- jruby-21mode
- jruby-9.0.0.0
- 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
- rvm: jruby-21mode
- rvm: jruby-9.0.0.0
include:
- rvm: 2.2.3
env: MATHN=true RUBOCOP=true
- rvm: 2.1.7
env: MATHN=true RUBOCOP=true
- rvm: 2.0.0
env: MATHN=true RUBOCOP=true
- rvm: 1.9.3
env: MATHN=true RUBOCOP=true