[commit: packages/binary] master: Remove ghc 7.4.2 from travis CI. (105bc07)
git at git.haskell.org
git at git.haskell.org
Tue Apr 19 20:30:44 UTC 2016
Repository : ssh://git@git.haskell.org/binary
On branch : master
Link : http://git.haskell.org/packages/binary.git/commitdiff/105bc0782bb65354bc1da1a30941ef43885c9d0f
>---------------------------------------------------------------
commit 105bc0782bb65354bc1da1a30941ef43885c9d0f
Author: Lennart Kolmodin <kolmodin at gmail.com>
Date: Fri Apr 15 22:24:13 2016 +0200
Remove ghc 7.4.2 from travis CI.
It's been failing on travis for 3 months due to failing dependencies.
>---------------------------------------------------------------
105bc0782bb65354bc1da1a30941ef43885c9d0f
.travis.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index cf16df1..7f6fd4f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,8 +6,6 @@ sudo: false
matrix:
include:
- - env: CABALVER=1.18 GHCVER=7.4.2
- addons: {apt: {packages: [cabal-install-1.18,ghc-7.4.2], sources: [hvr-ghc]}}
- env: CABALVER=1.18 GHCVER=7.6.3
addons: {apt: {packages: [cabal-install-1.18,ghc-7.6.3], sources: [hvr-ghc]}}
- env: CABALVER=1.18 GHCVER=7.8.4
More information about the ghc-commits
mailing list