Fixed ruby version in travis config
This commit is contained in:
parent
b22e45c65a
commit
7075744ad7
|
@ -1,5 +1,5 @@
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.2
|
- 1.9.2
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- 2.0.0dev
|
- ruby-head
|
||||||
script: "bundle exec rspec"
|
script: "bundle exec rspec"
|
||||||
|
|
Loading…
Reference in New Issue