Skip to content

Commit

Permalink
Tweak doc: Support ruby 2.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Jan 31, 2016
1 parent aae9741 commit 301341b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
language: ruby
rvm:
- 2.0
- 2.1
- 2.2
- 2.3.0
- ruby-head
script:
- bundle exec rspec
notifications:
email: false
matrix:
allow_failures:
- rvm: 2.2
- rvm: ruby-head
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ TDDBC for Ruby with RSpec
[![Build Status](https://travis-ci.org/tddbc/ruby_rspec.svg?branch=master)](https://travis-ci.org/tddbc/ruby_rspec)

## 動作確認環境
* ruby 2.1.x
* ruby 2.0.x

ruby 1.9以前では動きません
* ruby 2.1以降

## セットアップ
```bash
Expand Down

0 comments on commit 301341b

Please sign in to comment.