Skip to content

Commit 0aee75f

Browse files
committed
Fixing codecov
1 parent 4595867 commit 0aee75f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ node_js:
44
- 0.12
55
- 0.11
66

7-
install:
8-
- npm install -g codecov istanbul
9-
107
script:
11-
- istanbul cover mocha -- specs/
8+
- istanbul cover npm test
129
- codecov
13-

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"readline-sync": "^1.2.19"
88
},
99
"devDependencies": {
10+
"codecov": "^3.0.0",
11+
"istanbul": "^0.4.5",
1012
"jasmine": "^2.3.2",
1113
"mocha": "^2.2.5"
1214
},

0 commit comments

Comments
 (0)