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:
parent
43d6c6f1ab
commit
442bd8bd5a
4 changed files with 21 additions and 1 deletions
2
make.js
2
make.js
|
@ -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);
|
||||
};
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue