Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
CI: Failure to send report to coveralls should not be fatal
Browse files Browse the repository at this point in the history
Fixes gh-7006
  • Loading branch information
gseguin committed Feb 5, 2014
1 parent 7378b55 commit 7b31cee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,9 @@ module.exports = function( grunt ) {
},

coveralls: {
options: {
force: true
},
all: {

// LCOV coverage file relevant to every target
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"grunt-contrib-jshint": "0.6.3",
"grunt-contrib-requirejs": "0.4.1",
"grunt-contrib-uglify": "0.2.6",
"grunt-coveralls": "0.1.0",
"grunt-coveralls": "0.3.0",
"grunt-git-authors": "1.2.0",
"grunt-qunit-junit": "0.1.0-alpha2",
"grunt-hash-manifest": "0.4.0",
Expand Down

0 comments on commit 7b31cee

Please sign in to comment.