Skip to content

Commit

Permalink
fix: do not depend on rimraf
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateu Aguiló Bosch committed Jun 9, 2018
1 parent f35181f commit dac05f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- npm install coveralls
# Report coverage to coveralls.io
- cat ./__coverage__/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- rimraf ./__coverage__
- rm -fr ./__coverage__

-
stage: deploy
Expand Down

0 comments on commit dac05f2

Please sign in to comment.