From 9c4090792f0364f2104cc9ee37a8888759949ffe Mon Sep 17 00:00:00 2001 From: leeluolee <87399126@163.com> Date: Fri, 20 Nov 2015 15:31:53 +0800 Subject: [PATCH] remove mocha task --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 0293eb4..459ee92 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -179,7 +179,7 @@ gulp.task('cover', function(cb){ gulp.task('test', ['jshint', 'karma']) // for travis -gulp.task('travis', ['jshint' ,'build','mocha', 'karma']); +gulp.task('travis', ['jshint' ,'build', 'karma']); gulp.task('casper', function(){