Skip to content

Commit 9e60b9e

Browse files
committed
ci(travis): fix nyc report
1 parent 78a1e42 commit 9e60b9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ script:
3434
- npm run cover
3535

3636
after_success:
37-
- nyc report --reporter=json
37+
- ./node_modules/.bin/nyc report --reporter=json
3838
- bash <(curl -s https://codecov.io/bash)
3939

4040
jobs:

0 commit comments

Comments
 (0)