mirror of
https://github.com/donl/plivo-node.git
synced 2026-06-30 06:12:08 -06:00
remove coveralls as gulp task
This commit is contained in:
parent
4ae9387e7a
commit
7763297af4
2 changed files with 0 additions and 12 deletions
11
gulpfile.js
11
gulpfile.js
|
|
@ -5,7 +5,6 @@ var excludeGitignore = require('gulp-exclude-gitignore');
|
|||
var mocha = require('gulp-mocha');
|
||||
var istanbul = require('gulp-babel-istanbul');
|
||||
var plumber = require('gulp-plumber');
|
||||
var coveralls = require('gulp-coveralls');
|
||||
var babel = require('gulp-babel');
|
||||
var del = require('del');
|
||||
var isparta = require('isparta');
|
||||
|
|
@ -63,16 +62,6 @@ 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;
|
||||
// }
|
||||
|
||||
// return gulp.src(path.join(__dirname, 'coverage/lcov.info'))
|
||||
// .pipe(coveralls());
|
||||
// }));
|
||||
|
||||
gulp.task('clean', function () {
|
||||
return del('dist');
|
||||
});
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@
|
|||
"gulp": "^4.0.2",
|
||||
"gulp-babel": "^6.1.2",
|
||||
"gulp-babel-istanbul": "^1.6.0",
|
||||
"gulp-coveralls": "^0.1.0",
|
||||
"gulp-eslint": "^3.0.1",
|
||||
"gulp-exclude-gitignore": "^1.0.0",
|
||||
"gulp-istanbul": "^1.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue