We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4595867 commit 0aee75fCopy full SHA for 0aee75f
.travis.yml
@@ -4,10 +4,6 @@ node_js:
4
- 0.12
5
- 0.11
6
7
-install:
8
- - npm install -g codecov istanbul
9
-
10
script:
11
- - istanbul cover mocha -- specs/
+ - istanbul cover npm test
12
- codecov
13
package.json
@@ -7,6 +7,8 @@
"readline-sync": "^1.2.19"
},
"devDependencies": {
+ "codecov": "^3.0.0",
+ "istanbul": "^0.4.5",
"jasmine": "^2.3.2",
"mocha": "^2.2.5"
14
0 commit comments