Travis: don't build with lts-3.

It doesn't have recent enough dependencies.
This commit is contained in:
John MacFarlane 2016-02-17 11:39:43 -08:00
parent dda7c27378
commit 9e3f739f11

View file

@ -49,10 +49,6 @@ matrix:
# The Stack builds. We can pass in arbitrary Stack arguments via the ARGS
# variable, such as using --stack-yaml to point to a different file.
- env: BUILD=stack ARGS="--resolver lts-3"
compiler: ": #stack 7.10.2"
addons: {apt: {packages: [ghc-7.10.2], sources: [hvr-ghc]}}
- env: BUILD=stack ARGS="--resolver lts-5"
compiler: ": #stack 7.10.3"
addons: {apt: {packages: [ghc-7.10.3], sources: [hvr-ghc]}}