Add ruby 2.0.0 to travis config.
This commit is contained in:
parent
5abcdb378c
commit
4906f5acf5
|
@ -1,6 +1,9 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
|
- 2.0.0
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- 1.9.2
|
- 1.9.2
|
||||||
- 1.8.7
|
- 1.8.7
|
||||||
- ree
|
- ree
|
||||||
|
notifications:
|
||||||
|
email: false
|
Loading…
Reference in New Issue