Skip to content

Commit 0ea37ba

Browse files
committed
Added missing jit-grunt coveralls mapping
1 parent b34f7f6 commit 0ea37ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Gruntfile.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
module.exports = function (grunt) {
99
'use strict';
1010

11-
require('jit-grunt')(grunt);
11+
require('jit-grunt')(grunt, {
12+
coveralls: 'grunt-karma-coveralls'
13+
});
1214
require('time-grunt')(grunt);
1315

1416
var dev = process.cwd().indexOf('/home/jdobry/angular-data') === -1;

0 commit comments

Comments
 (0)