Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
aisch committed Mar 5, 2015
1 parent 229372f commit 701da4b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = function (grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),

clean: ['dist/**'],
clean: ['dist/**', 'coverage'],

copy: {
dist: {
Expand All @@ -22,10 +22,12 @@ module.exports = function (grunt) {
},

coveralls: {
options: {
src: 'coverage/**/lcov.info',
force: false
}
options: {
force: false
},
unit: {
src: 'coverage/*/lcov.info'
}
},

jshint: {
Expand Down

0 comments on commit 701da4b

Please sign in to comment.