Skip to content

Commit 9c40907

Browse files
committed
remove mocha task
1 parent 68f029a commit 9c40907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ gulp.task('cover', function(cb){
179179
gulp.task('test', ['jshint', 'karma'])
180180

181181
// for travis
182-
gulp.task('travis', ['jshint' ,'build','mocha', 'karma']);
182+
gulp.task('travis', ['jshint' ,'build', 'karma']);
183183

184184

185185
gulp.task('casper', function(){

0 commit comments

Comments
 (0)