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 4fa692e commit 5e4d69dCopy full SHA for 5e4d69d
.travis.yml
@@ -3,7 +3,7 @@ node_js:
3
- "6"
4
- "8"
5
- "10"
6
- - "11"
+ - "12"
7
script: npm run travis
8
9
after_success:
package.json
@@ -49,6 +49,6 @@
49
"coveralls": "^3.0.2",
50
"eslint": "^5.9.0",
51
"mocha": "^6.0.2",
52
- "nyc": "^13.1.0"
+ "nyc": "^14.1.0"
53
}
54
0 commit comments