Skip to content

Commit 336fa55

Browse files
committed
use normal reporter on travis to prevent timeouts
1 parent 9b0bff8 commit 336fa55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"test": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest",
9696
"test:integration": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.test.js\"",
9797
"test:unit": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\"",
98-
"travis:integration": "yarn cover:init && yarn cover:integration --ci --reporters jest-silent-reporter --maxWorkers 4 && yarn cover:report-min",
98+
"travis:integration": "yarn cover:init && yarn cover:integration --ci --maxWorkers 4 && yarn cover:report-min",
9999
"travis:unit": "yarn cover:init && yarn cover:unit --ci --reporters jest-silent-reporter",
100100
"travis:lint": "yarn lint",
101101
"travis:benchmark": "yarn benchmark --ci",

0 commit comments

Comments
 (0)