Skip to content

Commit

Permalink
Remove mkdir coverage in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jplomas committed Jun 25, 2022
1 parent 856df8f commit 9a96aa8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,6 @@ node_js:
install:
- npm install
script:
- mkdir coverage
- npm run cover
after_script: cat coverage/lcov.info | node node_modules/coveralls/bin/coveralls.js
deploy:
Expand Down

0 comments on commit 9a96aa8

Please sign in to comment.