Skip to content

Commit 4595867

Browse files
committed
Fixing codecov
1 parent 6a417ec commit 4595867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ install:
88
- npm install -g codecov istanbul
99

1010
script:
11-
- istanbul cover ./node_modules/mocha/bin/_mocha -- specs
11+
- istanbul cover mocha -- specs/
1212
- codecov
1313

0 commit comments

Comments
 (0)