Skip to content

Commit d55c608

Browse files
authored
fix: install coverage as global (#72)
1 parent dc2a47a commit d55c608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ node_js:
55
- 8
66

77
before_install:
8-
- npm install codecov.io coveralls
8+
- yarn add codecov.io coveralls --global
99

1010
script:
1111
- yarn run build

0 commit comments

Comments
 (0)