File tree 1 file changed +23
-14
lines changed
1 file changed +23
-14
lines changed Original file line number Diff line number Diff line change
1
+ language : ruby
2
+
1
3
rvm :
2
- - 1.8.7
3
- - 1.9.2
4
- - 1.9.3
5
- - jruby-18mode
6
- - jruby-19mode
7
- - rbx
8
- - ree
9
- - 2.0.0
10
- - 2.1.0
4
+ - 1.8.7
5
+ - 1.9.2
6
+ - 1.9.3
7
+ - jruby-18mode
8
+ - jruby-19mode
9
+ - rbx
10
+ - ree
11
+ - 2.0.0
12
+ - 2.1.0
13
+
14
+ sudo : false
15
+
11
16
env :
12
- - CI_TEST=core
13
- - CI_TEST=cli
17
+ - CI_TEST=core
18
+ - CI_TEST=cli
19
+
14
20
gemfile :
15
- - core/Gemfile
16
- - cli/gemfiles/sass_3_3.gemfile
17
- - cli/gemfiles/listen_2.gemfile
21
+ - core/Gemfile
22
+ - cli/gemfiles/sass_3_3.gemfile
23
+ - cli/gemfiles/listen_2.gemfile
24
+
18
25
script : cd $CI_TEST && bundle exec rake
26
+
19
27
matrix :
20
28
exclude :
21
29
- gemfile : cli/gemfiles/sass_3_3.gemfile
@@ -114,6 +122,7 @@ matrix:
114
122
- gemfile : cli/gemfiles/listen_2.gemfile
115
123
env : CI_TEST=cli
116
124
rvm : ree
125
+
117
126
notifications :
118
127
irc : {channels: "irc.freenode.org#compass"}
119
128
campfire :
You can’t perform that action at this time.
0 commit comments