From 9b34b6597f4d24bad591badc87239ffe211d48b8 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Thu, 17 Jan 2013 15:38:34 +0100 Subject: [PATCH] ruby 1.9.1 removed from travis (no longer supported, see https://gist.github.com/1223640) --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f9654f46..9567f89a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ language: ruby -before_install: rvm install ruby-1.9.1-p431 rvm: - - "1.9.1" - "1.9.2" - "1.9.3" script: bundle exec rspec --format documentation