From 719ef386bf522130352041bd1b0b543902c01dee Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Sun, 24 Feb 2013 17:51:20 +1100 Subject: [PATCH] Only build on Ruby 1.9.3 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f1b7dde26c..814fd09ec6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: ruby rvm: - - "1.9.2" - "1.9.3" # uncomment this line if your project needs to run something other than `rake`: script: bundle exec rspec spec \ No newline at end of file