[commit: packages/process] master: Comment out lts-2 (c1f80e2)
git at git.haskell.org
git at git.haskell.org
Wed Jul 19 21:17:27 UTC 2017
Repository : ssh://git@git.haskell.org/process
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/c1f80e25121bad1d7ac31a3ab8f8b71ab2435dec/process
>---------------------------------------------------------------
commit c1f80e25121bad1d7ac31a3ab8f8b71ab2435dec
Author: Michael Snoyman <michael at snoyman.com>
Date: Sun Nov 13 13:57:13 2016 +0200
Comment out lts-2
>---------------------------------------------------------------
c1f80e25121bad1d7ac31a3ab8f8b71ab2435dec
.travis.yml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index e3c680e..c045791 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -69,9 +69,11 @@ matrix:
compiler: ": #stack default"
addons: {apt: {packages: [libgmp-dev]}}
- - env: BUILD=stack ARGS="--resolver lts-2"
- compiler: ": #stack 7.8.4"
- addons: {apt: {packages: [libgmp-dev]}}
+ # Caused trouble: https://travis-ci.org/haskell/process/jobs/175453678
+ # It's OK, covered by cabal build above
+ #- env: BUILD=stack ARGS="--resolver lts-2"
+ # compiler: ": #stack 7.8.4"
+ # addons: {apt: {packages: [libgmp-dev]}}
- env: BUILD=stack ARGS="--resolver lts-3"
compiler: ": #stack 7.10.2"
More information about the ghc-commits
mailing list