Przeglądaj źródła

Update travis.yml to give diff of needed fixes

Joe Ferguson 10 lat temu
rodzic
commit
aeba2f4df0
1 zmienionych plików z 2 dodań i 0 usunięć
  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='';