Browse Source

Merge pull request #240 from infosiftr/travis

Update travis.yml to give diff of needed changes
Tianon Gravi 10 years ago
parent
commit
6edd5c4e99
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -12,6 +12,8 @@ script:
     if [ "$files" ]; then
       echo >&2 "Need markdownfmt:";
       echo >&2 "$files";
+      echo >&2;
+      markdownfmt -d  "$files" >&2;
       exit 1;
     fi
   - failed='';