Skip to content

Commit d5e091c

Browse files
SpaceK33zTheLarkInn
authored andcommitted
Remove the nyan reporter (#371)
The nyan reporter causes thousands of unnecessary lines in the Travis CI output which made it hard to know what test failed Fixes #330
1 parent 3d02f43 commit d5e091c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"fetch": "scripts/fetch.sh",
2929
"init:generated": "mkdirp ./generated/loaders && ncp ./content/loaders/ ./generated/loaders && mkdirp ./generated/plugins && ncp ./content/plugins/ ./generated/plugins",
3030
"lint": "run-s lint:*",
31-
"lint:links": "hyperlink build/index.html -r | tap-nyan",
31+
"lint:links": "hyperlink build/index.html -r | tap-min",
3232
"lint:js": "eslint . --ext .js --ext .jsx",
3333
"lint:md": "eslint . --ext .md",
3434
"lint:markdown": "markdownlint --config ./.markdownlintrc **/*.md *.md ./content/**/*.md",
@@ -82,7 +82,7 @@
8282
"sass-loader": "^4.0.2",
8383
"sitemap-static": "^0.3.1",
8484
"style-loader": "^0.13.1",
85-
"tap-nyan": "0.0.2",
85+
"tap-min": "^1.1.0",
8686
"url-loader": "^0.5.7",
8787
"webpack": "^1.13.2",
8888
"webpack-dev-server": "^1.16.1",

0 commit comments

Comments
 (0)