Skip to content

Commit

Permalink
Cache .stack-work in Travis script
Browse files Browse the repository at this point in the history
I noticed that  significant amount of the time on Travis is spent building library dependencies. This line should allow `stack` to cache the `extra-deps` libraries.
  • Loading branch information
parsonsmatt authored Oct 22, 2017
1 parent bddb397 commit 497a496
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ script: travis/run.sh
cache:
directories:
- $HOME/.stack
- .stack-work


# zookeeper doesn't seem to work any more
Expand Down

0 comments on commit 497a496

Please sign in to comment.