Skip to content

Commit 88fa83c

Browse files
committed
chore: remove coveralls
1 parent 768e0fb commit 88fa83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ module.exports = function(grunt) {
7373
// Release tasks
7474
grunt.registerTask('min', ['uglify']);
7575
// Development
76-
grunt.registerTask('test', ["karma:travis","coveralls"]);
76+
grunt.registerTask('test', ["karma:travis"]);
7777
};

0 commit comments

Comments
 (0)