Don't let logs affect the cache

This commit is contained in:
Luke Lau 2018-09-20 15:40:23 +01:00
parent cf6dc68b8c
commit fa18618bb0

View File

@ -27,6 +27,8 @@ cache:
- $TRAVIS_BUILD_DIR/submodules/brittany/.stack-work
- $TRAVIS_BUILD_DIR/hie-plugin-api/.stack-work
timeout: 800
before_cache:
- rm -rf $TRAVIS_BUILD_DIR/.stack-work/logs/
install:
- |
if [ ! -f $HOME/.cabal/bin/liquid ]; then