Skip to content

Commit

Permalink
feat (setup): delete hardsource cache before travis caches
Browse files Browse the repository at this point in the history
  • Loading branch information
joma74 committed Mar 13, 2019
1 parent 1d942d2 commit aabceba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ cache:
directories:
- node_modules

before_cache:
- rm -rf node_modules/.cache

env:
- MOZ_HEADLESS=1

Expand Down

0 comments on commit aabceba

Please sign in to comment.