From 9e3f739f111fab284a4f54bb39df12a014b96576 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 17 Feb 2016 11:39:43 -0800 Subject: [PATCH] Travis: don't build with lts-3. It doesn't have recent enough dependencies. --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4eaba87ae..8b6bd0920 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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]}}