diff --git a/package.json b/package.json index 0e51611..44f4d83 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.", "main": "index.js", "scripts": { - "test": "gulp && mocha", + "test": "gulp && mocha && exit 0", "posttest": "mocha -R travis-cov", "coverage": "mocha -R html-cov > coverage.html", "build": "gulp"