From bd4dd7070576cc6282d7146414b548bcff3e08a4 Mon Sep 17 00:00:00 2001 From: Ben Mabey Date: Sun, 5 Aug 2012 23:25:19 -0600 Subject: [PATCH] try the default rake task on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d4fd716..d40663b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ rvm: - 1.8.7 # - 1.9.3 # TODO: make this work with the regular rake command -script: "bundle exec rake travis" +script: "bundle exec rake" gemfile: - Gemfile before_script: