Skip to content

Commit

Permalink
Remove coverage for now (its getting stuck)
Browse files Browse the repository at this point in the history
Remove coverage for now (its getting stuck)
  • Loading branch information
sukrit007 committed Mar 13, 2016
1 parent 9eaf297 commit 5c1e06f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-mocha-cov');
grunt.loadNpmTasks('grunt-contrib-jshint');

grunt.registerTask('test', ['jshint', 'mochacov:unit', 'mochacov:coverage']);
grunt.registerTask('travis', ['jshint', 'mochacov:unit', 'mochacov:coverage', 'mochacov:coveralls']);
grunt.registerTask('test', ['jshint', 'mochacov:unit']);
grunt.registerTask('travis', ['jshint', 'mochacov:unit', 'mochacov:coveralls']);
grunt.registerTask('default', 'test');

};

0 comments on commit 5c1e06f

Please sign in to comment.