mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Ensured failed tests trigger travis fails.
Former-commit-id: d513b5b1bae77ab1f4aa9e98ec3622e143048def
This commit is contained in:
@@ -47,6 +47,6 @@
|
||||
},
|
||||
"scripts": {
|
||||
"build": "node build",
|
||||
"test": "node test/test;node test/test-build"
|
||||
"test": "node test/test && node test/test-build"
|
||||
}
|
||||
}
|
||||
|
||||
2
vendor/qunit-clib/qunit-clib.js
vendored
2
vendor/qunit-clib/qunit-clib.js
vendored
@@ -171,7 +171,7 @@
|
||||
|
||||
// exit out of Node.js
|
||||
try {
|
||||
process.exit();
|
||||
process.exit(details.failed);
|
||||
} catch(e) { }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user