File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : ruby
2
+ gemfile :
3
+ - Gemfile
4
+ # i can't find a way to use the same Gemfile and just specify --without varint
5
+ - Gemfile.no_varint
2
6
rvm :
3
7
- " 1.8.7"
4
8
- " 1.9.3"
5
9
- jruby-18mode # JRuby in 1.8 mode
6
10
- jruby-19mode # JRuby in 1.9 mode
7
11
- rbx-18mode
8
12
- rbx-19mode
9
- # uncomment this line if your project needs to run something other than `rake`:
10
- # script: bundle exec rspec spec
11
-
13
+ matrix :
14
+ exclude :
15
+ # can't use the varint extension in jruby runs
16
+ - rvm : jruby-18mode
17
+ gemfile : Gemfile
18
+ - rvm : jruby-19mode
19
+ gemfile : Gemfile
Original file line number Diff line number Diff line change
1
+ source "https://rubygems.org"
2
+
3
+ # Specify your gem's dependencies in ruby-protocol-buffers.gemspec
4
+ gemspec
You can’t perform that action at this time.
0 commit comments