Ruby 2.1.0 added to Travis

This commit is contained in:
erwanlr
2014-02-03 23:54:34 +01:00
parent 9395119749
commit a02fd4b6f6

View File

@@ -1,6 +1,7 @@
language: ruby language: ruby
rvm: rvm:
- "1.9.2" - 1.9.2
- "1.9.3" - 1.9.3
- "2.0.0" - 2.0.0
- 2.1.0
script: bundle exec rspec --format documentation script: bundle exec rspec --format documentation