codetriage / docs_doctor

http://docsdoctor.org
27 stars 21 forks source link

Fix rake command in Travis config. #51

Closed phiggins closed 8 years ago

phiggins commented 8 years ago

The Travis build on master has been failing since fdb029200418c0c8cb38be2da447f5054c7eb4dd was merged. It looks like one of the new gem versions changed their command line option parsing and the --trace option was being applied to something other than rake (https://travis-ci.org/codetriage/docs_doctor/builds/115344430). This PR fixes the build command to apply the --trace option to rake.

This unfortunately does not fix the build, because now that the tests are running there are several test failures.

schneems commented 8 years ago

You're killing it, thanks again!