aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-02-17 11:39:43 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2016-02-17 11:39:43 -0800
commit9e3f739f111fab284a4f54bb39df12a014b96576 (patch)
treea0aec998879ac142699c66a803c3f36adb0bc3e2
parentdda7c27378b45416075deed11abcc0227392c7ed (diff)
downloadpandoc-9e3f739f111fab284a4f54bb39df12a014b96576.tar.gz
Travis: don't build with lts-3.
It doesn't have recent enough dependencies.
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 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]}}