Skip to content

Commit da21aa8

Browse files
committed
Merge pull request #64 from azu/remove-coveralls
chore(coveralls): remove coveralls script
2 parents 5bd0f72 + 3a2a9d5 commit da21aa8

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Diff for: .travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ node_js: "stable"
44
cache:
55
directories:
66
- node_modules
7-
after_script:
8-
- npm run-script coveralls

Diff for: package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
"textlint": "summary-to-path | xargs textlint -f pretty-error",
2727
"test:example": "find ./src -name '*-example.js' | xargs babel-node",
2828
"test:js": "mocha",
29-
"test": "npm-run-all --parallel test:js test:example textlint eslint:md eslint build",
30-
"coveralls": "punctuate-coverage 'ja/**/*.md' | coveralls"
29+
"test": "npm-run-all --parallel test:js test:example textlint eslint:md eslint build"
3130
},
3231
"keywords": [
3332
"ebook",
@@ -37,7 +36,6 @@
3736
"devDependencies": {
3837
"babel": "^5.8.23",
3938
"connect": "^3.4.0",
40-
"coveralls": "^2.11.4",
4139
"eslint": "^1.3.0",
4240
"eslint-plugin-markdown": "git://github.com/eslint/eslint-plugin-markdown.git",
4341
"espower-babel": "^3.3.0",
@@ -51,7 +49,6 @@
5149
"node-fetch": "^1.3.2",
5250
"npm-run-all": "^1.2.8",
5351
"power-assert": "^1.0.0",
54-
"punctuate-coverage": "^1.0.3",
5552
"textlint": "^3.3.0",
5653
"textlint-rule-max-ten": "^1.1.0",
5754
"textlint-rule-no-mix-dearu-desumasu": "^1.0.1",

0 commit comments

Comments
 (0)