1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 16:33:03 +03:00

Remove subdirectories of .cabal/store too.

This commit is contained in:
Rob Rix 2019-10-21 13:39:06 -04:00
parent 3678d466a0
commit 61548d77e2
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -17,6 +17,7 @@ before_cache:
- rm -rfv $HOME/.cabal/packages/head.hackage
- rm -rfv $HOME/.cabal/store/{!(ghc-8.6.5)}
- rm -rfv $TRAVIS_BUILD_DIR/dist-newstyle/build/*/{!(ghc-8.6.5)}
matrix: