From e8e21022fb24547995ffc5be57c8b9cce2cb70ff Mon Sep 17 00:00:00 2001 From: mlincoln Date: Tue, 18 Jun 2013 17:08:58 -0500 Subject: [PATCH] Change travis to use a rake task instead of shindont directly. This is partly necessary for https://github.com/lemurheavy/coveralls-ruby/pull/20, though I'm a fan of running just "rake" or "rake travis" for simplicity anyways. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2eec06a4f..6681237ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ rvm: - 1.9.3 - 2.0.0 -script: FOG_MOCK=true bundle exec shindont +script: bundle exec rake travis notifications: email: false