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.
This commit is contained in:
mlincoln 2013-06-18 17:08:58 -05:00
parent e42902a266
commit e8e21022fb
1 changed files with 1 additions and 1 deletions

View File

@ -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