Skip to content

Commit

Permalink
Fix coveralls, remove contrib-qunit cause it's not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
Merrifield, Jay committed Dec 2, 2014
1 parent 778e656 commit 15c1ffc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ reports/
# Other files and folders
.settings/
.idea/
npm-debug.log

# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
# should NOT be excluded as they contain compiler settings and other important
Expand Down
12 changes: 4 additions & 8 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,11 @@ module.exports = function (grunt) {
}
},
coveralls: {
options: {
// LCOV coverage file relevant to every target
coverage: {
src: 'reports/coverage/lcov.info',

// When true, grunt-coveralls will only print a warning rather than
// an error, to prevent CI builds from failing unnecessarily (e.g. if
// coveralls.io is down). Optional, defaults to false.
force: false
options: {
force: true
}
}
},
watch: {
Expand All @@ -84,7 +81,6 @@ module.exports = function (grunt) {
// These plugins provide necessary tasks
grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-qunit');
grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-qunit-istanbul');
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-qunit": "^0.5.2",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-coveralls": "^1.0.0",
Expand Down

0 comments on commit 15c1ffc

Please sign in to comment.