Skip to content

Commit

Permalink
remove before_cache section.
Browse files Browse the repository at this point in the history
Now that caching is fixed, this is no longer necessary.

context: commercialhaskell/stack#4893
  • Loading branch information
Javran committed Jul 20, 2019
1 parent 29c410a commit 326d249
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ language: generic
cache:
directories:
- $HOME/.stack
before_cache:
- find $HOME/.stack -name '*.sqlite3*' -exec rm {} \;

# Ensure necessary system libraries are present
addons:
Expand Down

0 comments on commit 326d249

Please sign in to comment.