Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fscherwi committed Mar 24, 2020
1 parent 1bb1f90 commit 11e02ba
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 114 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ script:
- npm run test
- node bin/tf-connected.js
after_script:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- npx nyc report --reporter=text-lcov | npx coveralls
- bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r ./coverage/lcov.info
addons:
apt:
Expand Down
Loading

0 comments on commit 11e02ba

Please sign in to comment.