Switch test coverage reporting off for travis
This commit is contained in:
parent
f6d8b08631
commit
da9ff3e1e8
|
@ -1,6 +1,8 @@
|
|||
if (!process.env.TRAVIS) {
|
||||
var semicov = require('semicov');
|
||||
semicov.init('lib');
|
||||
process.on('exit', semicov.report);
|
||||
}
|
||||
|
||||
try {
|
||||
global.sinon = require('sinon');
|
||||
|
|
Loading…
Reference in New Issue