1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-23 12:52:31 +03:00

Optimise Travis cache

This commit is contained in:
Artyom 2016-09-13 00:57:41 +03:00
parent b9904321a3
commit 732a35657c

View File

@ -37,3 +37,8 @@ before_script:
script:
- 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