Skip to content

Commit 627d292

Browse files
committed
Merge pull request #11 from tddbc/feature/setup_travis_ci
Travis CI連携
2 parents 68871df + de851fb commit 627d292

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: ruby
2+
rvm:
3+
- 1.9
4+
- 2.0
5+
- 2.1
6+
- 2.2
7+
- ruby-head
8+
script:
9+
- bundle exec rspec
10+
notifications:
11+
email: false
12+
matrix:
13+
allow_failures:
14+
- rvm: 2.2
15+
- rvm: ruby-head

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ TDDBC for Ruby with RSpec
33

44
これは、TDDBCのRuby向けRSpecプロジェクトです。
55

6+
[![Build Status](https://travis-ci.org/tddbc/ruby_rspec.svg?branch=master)](https://travis-ci.org/tddbc/ruby_rspec)
7+
68
## 動作確認環境
7-
* ruby 2.1.0
8-
* ruby 2.0.0
9-
* ruby 1.9.3
10-
* ruby 1.9.2
9+
* ruby 2.1.x
10+
* ruby 2.0.x
11+
* ruby 1.9.x
1112

1213
## セットアップ
1314
```bash

0 commit comments

Comments
 (0)