haskell-distributed / cloud-haskell

This is an umbrella development repository for Cloud Haskell
http://haskell-distributed.github.com
BSD 3-Clause "New" or "Revised" License
72 stars 12 forks source link

Enable caching Travis build, using release version of stack. #12

Closed mboes closed 9 years ago

mboes commented 9 years ago

Switch to using docker containers in Travis CI. This allows the use of caching, whereby the build artifacts for snapshot dependencies are cached and reused across builds. This significantly reduces build times.