We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39891e1 commit 019aa46Copy full SHA for 019aa46
.travis.yml
@@ -1,6 +1,5 @@
1
language: ruby
2
rvm:
3
- - 1.9
4
- 2.0
5
- 2.1
6
- 2.2
@@ -11,6 +10,5 @@ notifications:
11
10
email: false
12
matrix:
13
allow_failures:
14
- - rvm: 1.9
15
- rvm: 2.2
16
- rvm: ruby-head
README.md
@@ -8,8 +8,6 @@ TDDBC for Ruby with RSpec
8
## 動作確認環境
9
* ruby 2.1.x
* ruby 2.0.x
-* ruby 1.9.x
- * 1.9系はpower_assertは非対応
## セットアップ
```bash
0 commit comments