Skip to content

Commit 1db4bb4

Browse files
committed
Add official support for Ruby 2.0.0
1 parent 20fe5f8 commit 1db4bb4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
bundler_args: --without development
22
language: ruby
3-
matrix:
4-
allow_failures:
5-
- rvm: 2.0.0
63
rvm:
74
- 1.8.7
85
- 1.9.2

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ implementations:
6666
* Ruby 1.8.7
6767
* Ruby 1.9.2
6868
* Ruby 1.9.3
69+
* Ruby 2.0.0
6970

7071
If something doesn't work on one of these interpreters, it should be considered
7172
a bug.

0 commit comments

Comments
 (0)