From f93fc6e1d02217e3a1b59cd9c2000e5b76998c53 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Mon, 6 Jun 2011 15:02:32 -0400 Subject: [PATCH] fix travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f00c4cb..59fa011 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ rvm: - 1.8.7 - 1.9.2 - ree -script: "bundle exec spec" +script: "bundle exec rake spec"