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 2073ffe commit 101c025Copy full SHA for 101c025
.travis.yml
@@ -7,8 +7,9 @@ filter_secrets: false
7
language: node_js
8
9
node_js:
10
- - 10
11
- 8
+ - 10
12
+ - 12
13
14
os:
15
- linux
package.json
@@ -39,8 +39,8 @@
39
"build": "tsc",
40
"watch": "tsc --watch",
41
"test": "mocha && npm run lint",
42
- "coverage": "nyc --reporter=text --reporter=lcov mocha",
43
"upgrade": "npm-check -u",
+ "coverage": "nyc --reporter=text --reporter=lcov node_modules/mocha/bin/mocha",
44
"bump": "bump --tag --push --all",
45
"release": "npm run upgrade && npm run clean && npm run build && npm test && npm run bump"
46
},
0 commit comments