1
0
Fork 0

Fixed ruby version in travis config

This commit is contained in:
Gregory Eremin 2012-10-17 18:27:49 +04:00
parent b22e45c65a
commit 7075744ad7
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
rvm:
- 1.9.2
- 1.9.3
- 2.0.0dev
- ruby-head
script: "bundle exec rspec"