mirror of
https://github.com/donl/plivo-node.git
synced 2026-06-30 06:12:08 -06:00
temp change
This commit is contained in:
parent
e309f30b86
commit
96ea7dd863
1 changed files with 8 additions and 8 deletions
16
gulpfile.js
16
gulpfile.js
|
|
@ -63,15 +63,15 @@ gulp.task('watch', function () {
|
|||
gulp.watch(['lib/**/*.js', 'test/**'], ['test']);
|
||||
});
|
||||
|
||||
gulp.task('coveralls', gulp.series('test', function () {
|
||||
if (!process.env.CI) {
|
||||
console.log('ignoring coveralls report generation.');
|
||||
return;
|
||||
}
|
||||
// gulp.task('coveralls', gulp.series('test', function () {
|
||||
// if (!process.env.CI) {
|
||||
// console.log('ignoring coveralls report generation.');
|
||||
// return;
|
||||
// }
|
||||
|
||||
return gulp.src(path.join(__dirname, 'coverage/lcov.info'))
|
||||
.pipe(coveralls());
|
||||
}));
|
||||
// return gulp.src(path.join(__dirname, 'coverage/lcov.info'))
|
||||
// .pipe(coveralls());
|
||||
// }));
|
||||
|
||||
gulp.task('clean', function () {
|
||||
return del('dist');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue