Skip to content

Commit

Permalink
remove mocha task
Browse files Browse the repository at this point in the history
  • Loading branch information
leeluolee committed Nov 20, 2015
1 parent 68f029a commit 9c40907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(){
Expand Down

0 comments on commit 9c40907

Please sign in to comment.