Skip to content

Commit 301341b

Browse files
committed
Tweak doc: Support ruby 2.1+
1 parent aae9741 commit 301341b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
language: ruby
22
rvm:
3-
- 2.0
43
- 2.1
54
- 2.2
5+
- 2.3.0
66
- ruby-head
77
script:
88
- bundle exec rspec
99
notifications:
1010
email: false
1111
matrix:
1212
allow_failures:
13-
- rvm: 2.2
1413
- rvm: ruby-head

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ TDDBC for Ruby with RSpec
66
[![Build Status](https://travis-ci.org/tddbc/ruby_rspec.svg?branch=master)](https://travis-ci.org/tddbc/ruby_rspec)
77

88
## 動作確認環境
9-
* ruby 2.1.x
10-
* ruby 2.0.x
11-
12-
ruby 1.9以前では動きません
9+
* ruby 2.1以降
1310

1411
## セットアップ
1512
```bash

0 commit comments

Comments
 (0)