mirror of
https://github.com/aelve/guide.git
synced 2024-12-23 21:02:13 +03:00
Optimise Travis cache
This commit is contained in:
parent
b9904321a3
commit
732a35657c
@ -37,3 +37,8 @@ before_script:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- stack $ARGS --no-terminal --install-ghc build --test
|
- stack $ARGS --no-terminal --install-ghc build --test
|
||||||
|
|
||||||
|
after_script:
|
||||||
|
# This directory changes after every build. If we cache it, the cache
|
||||||
|
# would have to be reuploaded after every build.
|
||||||
|
- rm -rf .stack-work/downloaded
|
||||||
|
Loading…
Reference in New Issue
Block a user