From 7075744ad7944c5a7c4c938fd421824c1713d9ab Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Wed, 17 Oct 2012 18:27:49 +0400 Subject: [PATCH] Fixed ruby version in travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7612503..3ce6aa4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ rvm: - 1.9.2 - 1.9.3 - - 2.0.0dev + - ruby-head script: "bundle exec rspec"