From 362d51d3ffaf3821721c2f0e4bb544d544987c5b Mon Sep 17 00:00:00 2001 From: Ben Mabey Date: Sun, 5 Aug 2012 23:28:23 -0600 Subject: [PATCH] just try the specs.. on 1.9.3 as well... --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d40663b..fcb0806 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: ruby rvm: - 1.8.7 - # - 1.9.3 + - 1.9.3 # TODO: make this work with the regular rake command -script: "bundle exec rake" +script: "bundle exec rake spec" gemfile: - Gemfile before_script: