UB-Mannheim / zotkat

Erweiterung von Zotero für die Katalogisierung
GNU Affero General Public License v3.0
45 stars 20 forks source link

Travis Bericht verbessern #16

Closed zuphilip closed 8 years ago

zuphilip commented 8 years ago

Momentan wird nicht angezeigt, in welcher Datei es einen Fehler gibt, z.B. https://travis-ci.org/UB-Mannheim/zotkat/builds/121814365

> zotkat@0.0.1 test /home/travis/build/UB-Mannheim/zotkat
> for f in BIBFRAME.js MARC21XML.js PicaSWB.js;do sed '1,/^}/d' $f|jshint -;done

stdin: line 247, col 229, 'content' used out of scope.
stdin: line 247, col 395, 'content' used out of scope.
stdin: line 248, col 229, 'creator' used out of scope.
stdin: line 248, col 403, 'creator' used out of scope.

4 errors
npm ERR! Test failed.  See above for more details.

The command "npm test" exited with 1.

Done. Your build exited with 1.