Skip to content

Commit 5da8833

Browse files
committed
[fix] - Just use dot reporter for all tests
Nyan reporter sucks in travis, this will make build way faster.
1 parent 73334d8 commit 5da8833

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@
1818
"main": "lib/index.js",
1919
"scripts": {
2020
"build": "rimraf lib && babel src --out-dir lib",
21-
"prepublish": "npm run lint && npm run ci:test && npm run build",
21+
"prepublish": "npm run lint && npm run test && npm run build",
2222
"coveralls": "cat ./reports/coverage/lcov.info | coveralls",
2323
"lint": "eslint --config .eslintrc.js src tests",
2424
"pretest": "npm run lint",
25-
"test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --compilers js:babel-core/register --reporter nyan",
26-
"ci:test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --compilers js:babel-core/register --reporter dot"
25+
"test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --compilers js:babel-core/register --reporter dot"
2726
},
2827
"devDependencies": {
2928
"babel-cli": "^6.6.0",

0 commit comments

Comments
 (0)