Skip to content

Commit

Permalink
Remove unnecessary tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydwatkin committed Dec 23, 2014
1 parent 6c07c10 commit 066bffb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ module.exports = function(grunt) {
// Load the plugins
grunt.loadNpmTasks('grunt-contrib-jshint')
grunt.loadNpmTasks('grunt-mocha-cli')
grunt.loadNpmTasks('grunt-istanbul')
grunt.loadNpmTasks('grunt-istanbul-coverage')

grunt.registerTask('coveralls', ['mocha_istanbul:coveralls'])
// Configure tasks
grunt.registerTask('default', ['test'])
Expand Down

0 comments on commit 066bffb

Please sign in to comment.