Skip to content

Commit 75c7e55

Browse files
committed
remove coveralls from gruntfile (close #960)
1 parent eb1f34f commit 75c7e55

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

gruntfile.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ module.exports = function (grunt) {
7575
// load npm tasks
7676
grunt.loadNpmTasks('grunt-contrib-jshint')
7777
grunt.loadNpmTasks('grunt-karma')
78-
grunt.loadNpmTasks('grunt-coveralls')
7978

8079
// load custom tasks
8180
require('./build/grunt-tasks/build')(grunt)
@@ -91,6 +90,4 @@ module.exports = function (grunt) {
9190
grunt.registerTask('ci', ['jshint', 'cover', 'codecov', 'build', 'casper', 'sauce'])
9291
grunt.registerTask('default', ['jshint', 'build', 'test'])
9392

94-
grunt.registerTask('debug', ['coveralls', 'build'])
95-
9693
}

0 commit comments

Comments
 (0)