diff --git a/.travis.yml b/.travis.yml index d7c2ca3..4fa9355 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,3 @@ node_js: "stable" cache: directories: - node_modules -after_script: - - npm run-script coveralls diff --git a/package.json b/package.json index 626eab2..7541ec2 100644 --- a/package.json +++ b/package.json @@ -26,8 +26,7 @@ "textlint": "summary-to-path | xargs textlint -f pretty-error", "test:example": "find ./src -name '*-example.js' | xargs babel-node", "test:js": "mocha", - "test": "npm-run-all --parallel test:js test:example textlint eslint:md eslint build", - "coveralls": "punctuate-coverage 'ja/**/*.md' | coveralls" + "test": "npm-run-all --parallel test:js test:example textlint eslint:md eslint build" }, "keywords": [ "ebook", @@ -37,7 +36,6 @@ "devDependencies": { "babel": "^5.8.23", "connect": "^3.4.0", - "coveralls": "^2.11.4", "eslint": "^1.3.0", "eslint-plugin-markdown": "git://github.com/eslint/eslint-plugin-markdown.git", "espower-babel": "^3.3.0", @@ -51,7 +49,6 @@ "node-fetch": "^1.3.2", "npm-run-all": "^1.2.8", "power-assert": "^1.0.0", - "punctuate-coverage": "^1.0.3", "textlint": "^3.3.0", "textlint-rule-max-ten": "^1.1.0", "textlint-rule-no-mix-dearu-desumasu": "^1.0.1",