We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae9741 commit 301341bCopy full SHA for 301341b
.travis.yml
@@ -1,14 +1,13 @@
1
language: ruby
2
rvm:
3
- - 2.0
4
- 2.1
5
- 2.2
+ - 2.3.0
6
- ruby-head
7
script:
8
- bundle exec rspec
9
notifications:
10
email: false
11
matrix:
12
allow_failures:
13
- - rvm: 2.2
14
- rvm: ruby-head
README.md
@@ -6,10 +6,7 @@ TDDBC for Ruby with RSpec
[](https://travis-ci.org/tddbc/ruby_rspec)
## 動作確認環境
-* ruby 2.1.x
-* ruby 2.0.x
-
-ruby 1.9以前では動きません
+* ruby 2.1以降
## セットアップ
15
```bash
0 commit comments