From edcbd7ff6d924a99b9af0ac15c89e0c4ce5ee838 Mon Sep 17 00:00:00 2001 From: meganemura Date: Fri, 10 Oct 2014 04:21:31 +0900 Subject: [PATCH] Update ruby version in `.travis.yml` --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dfbfe39..17a5d71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ rvm: - - 1.9.3 -script: bundle exec rspec --require spec_helper --order rand --color --format documentation \ No newline at end of file + - 2.1.2 +script: bundle exec rspec --require spec_helper --order rand --color --format documentation