Skip to content

Commit

Permalink
travis: don't cache local bin directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcdonell committed Aug 21, 2017
1 parent fb42c80 commit 81f6857
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 @@ -14,6 +14,9 @@ cache:
- $HOME/llvm
- .stack-work/install

before_cache:
- rm -vrf $(stack path --local-install-root)/bin

addons:
apt:
sources: &apt_sources
Expand Down

0 comments on commit 81f6857

Please sign in to comment.