File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Concurrent Ruby
2
- [ ![ Gem Version] ( https://badge.fury.io/rb/concurrent-ruby.svg )] ( http://badge.fury.io/rb/concurrent-ruby ) [ ![ Build Status] ( https://travis-ci.org/ruby-concurrency/concurrent-ruby.svg?branch=master )] ( https://travis-ci.org/ruby-concurrency/concurrent-ruby ) [ ![ Code Climate] ( https://codeclimate.com/github/ruby-concurrency/concurrent-ruby.svg )] ( https://codeclimate.com/github/ruby-concurrency/concurrent-ruby ) [ ![ Inline docs] ( http://inch-ci.org/github/ruby-concurrency/concurrent-ruby.svg )] ( http://inch-ci.org/github/ruby-concurrency/concurrent-ruby ) [ ![ Dependency Status] ( https://gemnasium.com/ruby-concurrency/concurrent-ruby.svg )] ( https://gemnasium.com/ruby-concurrency/concurrent-ruby ) [ ![ License] ( https://img.shields.io/badge/license-MIT-green.svg )] ( http://opensource.org/licenses/MIT ) [ ![ Gitter chat] ( http://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg )] ( https://gitter.im/ruby-concurrency/concurrent-ruby )
2
+ [](http://badge.fury.io/rb/concurrent-ruby) [](https://travis-ci.org/ruby-concurrency/concurrent-ruby) [](https://ci.appveyor.com/project/ruby-concurrency/concurrent-ruby) [](https://codeclimate.com/github/ruby-concurrency/concurrent-ruby) [](http://inch-ci.org/github/ruby-concurrency/concurrent-ruby) [](https://gemnasium.com/ruby-concurrency/concurrent-ruby) [](http://opensource.org/licenses/MIT) [](https://gitter.im/ruby-concurrency/concurrent-ruby)
3
3
4
4
<table >
5
5
<tr >
Original file line number Diff line number Diff line change
1
+ install :
2
+ - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
3
+ - SET PATH=C:\MinGW\bin;%PATH%
4
+ - SET RAKEOPT=-rdevkit
5
+ - ruby --version
6
+ - gem --version
7
+ - bundle install
8
+
9
+ build : off
10
+
11
+ test_script :
12
+ - bundle exec rake ci
13
+
14
+ environment :
15
+ matrix :
16
+ - ruby_version : " 193"
17
+ - ruby_version : " 200"
18
+ # - ruby_version: "200-x64"
19
+ # - ruby_version: "21"
20
+ # - ruby_version: "21-x64"
21
+ # - ruby_version: "22"
22
+ - ruby_version : " 22-x64"
23
+
24
+ matrix :
25
+ allow_failures :
26
+ - ruby_version : " 193"
You can’t perform that action at this time.
0 commit comments