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 6a95541 commit 23b0016Copy full SHA for 23b0016
.travis.yml
@@ -2,5 +2,4 @@ language: node_js
2
node_js:
3
- stable
4
install:
5
- - npm install -g eslint-cli mocha
6
- npm install
package.json
@@ -7,8 +7,8 @@
7
"lc": "./bin/lc"
8
},
9
"scripts": {
10
- "test": "npm run lint && mocha test/",
11
- "lint": "eslint lib/"
+ "lint": "eslint lib/",
+ "test": "npm run lint && nyc mocha test/"
12
13
"repository": {
14
"type": "git",
@@ -42,6 +42,7 @@
42
"chai": "^3.5.0",
43
"eslint": "^3.3.1",
44
"eslint-config-google": "^0.6.0",
45
- "mocha": "^3.0.2"
+ "mocha": "^3.0.2",
46
+ "nyc": "^8.1.0"
47
}
48
0 commit comments