diff --git a/package.json b/package.json index 6ffe6857..d1fb6255 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,7 @@ "install": "node-gyp rebuild", "test": "./node_modules/.bin/mocha --opts tests/mocha.opts tests", "coverage": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- --opts tests/mocha.opts tests", - "travis": "./node_modules/.bin/istanbul cover --report lcovonly ./node_modules/.bin/_mocha -- --opts tests/mocha.opts --bail tests && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", - "appveyor": "./node_modules/.bin/mocha --opts tests/mocha.opts --no-exit tests" + "travis": "./node_modules/.bin/istanbul cover --report lcovonly ./node_modules/.bin/_mocha -- --opts tests/mocha.opts --bail tests && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js" }, "gypfile": true, "description": "Comprehensive, fast, and simple image processing and manipulation",