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 5519f6b commit e5f707b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
script:
- yarn lint
- yarn test-ci
- yarn add --no-lockfile coveralls rimraf
- yarn add --no-lockfile 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 e5f707b

Please sign in to comment.