tools: travis: disable .stack-work caching
Maybe this is not needed, leave it off and watch builds for a while..
This commit is contained in:
parent
d3a7439575
commit
25b8b60664
@ -4,7 +4,7 @@ sudo: false
|
|||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.stack/
|
- $HOME/.stack/
|
||||||
- $HOME/.stack-work/
|
# - "$HOME/.stack-work/"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- mkdir -p ~/.local/bin
|
- mkdir -p ~/.local/bin
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user