1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Issue #2654 - Lint with Travis-CI

This commit is contained in:
Jon Buckley 2013-02-01 11:36:58 -05:00
parent 43d6c6f1ab
commit 442bd8bd5a
4 changed files with 21 additions and 1 deletions

View file

@ -994,7 +994,7 @@ target.jshint = function() {
//'extensions/chrome/*.js'
];
exec('jshint --reporter test/reporter.js ' + LINT_FILES.join(' '));
exit(exec('./node_modules/.bin/jshint --reporter test/reporter.js ' + LINT_FILES.join(' ')).code);
};
//