Skip to content

Commit 3fae5af

Browse files
authored
fix: 🐛 tweaked coveralls to avoid warnings on fresh install (#75)
1 parent b0bf73b commit 3fae5af

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ node_js:
55
- 8
66

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

1010
script:
1111
- yarn run build
1212
- yarn run test:coverage
1313

1414
after_success:
15-
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
16-
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
15+
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
1716
- npx semantic-release
1817

1918
branches:

0 commit comments

Comments
 (0)