Skip to content

Commit

Permalink
start web server for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Mar 13, 2015
1 parent 7b670e3 commit 441974a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@ module.exports = function(grunt) {
grunt.registerTask('test', ['browsertests', 'connect', 'mocha_phantomjs:run']);
grunt.registerTask('travis', ['flow', 'test']);
grunt.registerTask('coverage',
['browsertests', 'exorcise:bundle', 'jscoverage', 'mocha_phantomjs:cov']);
['browsertests', 'exorcise:bundle', 'jscoverage', 'connect', 'mocha_phantomjs:cov']);
};

0 comments on commit 441974a

Please sign in to comment.