We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a0b37 commit 025d8c3Copy full SHA for 025d8c3
.travis.yml
@@ -9,7 +9,7 @@ language: node_js
9
node_js:
10
- 8
11
- 10
12
- - 12.10 # HACK: Nyc + Mocha fails on Node 12.11 on Windows. Awaiting a fix
+ - 12
13
14
os:
15
- linux
package.json
@@ -37,8 +37,8 @@
37
"build": "tsc",
38
"watch": "tsc --watch",
39
"test": "mocha && npm run lint",
40
- "coverage": "nyc mocha",
41
"upgrade": "npm-check -u",
+ "coverage": "nyc node_modules/mocha/bin/mocha",
42
"bump": "bump --tag --push --all",
43
"release": "npm run upgrade && npm run clean && npm run build && npm test && npm run bump"
44
},
0 commit comments