Skip to content

Commit

Permalink
Remove node_modules .cache folder since this requires frequent rebuil…
Browse files Browse the repository at this point in the history
…ding of travis-ci cache
  • Loading branch information
cmdcolin committed Sep 21, 2018
1 parent d240813 commit 23f0649
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ script:
- set +e
after_failure:
- cat setup.log
before_cache:
- rm -f node_modules/.cache
deploy:
# upload both minified and non-minified builds to GitHub releases
- provider: releases
Expand Down

0 comments on commit 23f0649

Please sign in to comment.