Added Ruby 2.0.0 to Travis, Issue #136.

This commit is contained in:
ethicalhack3r
2013-02-28 10:19:02 +01:00
parent a9d097643b
commit 54c819ae78

View File

@@ -2,4 +2,5 @@ language: ruby
rvm:
- "1.9.2"
- "1.9.3"
- "2.0.0"
script: bundle exec rspec --format documentation