Skip to content

Commit e890fd8

Browse files
committed
Remove Travis build for 7.2.* because failing.
1 parent 53a0f5b commit e890fd8

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

.travis.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ matrix:
2525
- env: CABALVER=1.16 GHCVER=7.0.4
2626
compiler: ": #GHC 7.0.4"
2727
addons: {apt: {packages: [cabal-install-1.16,ghc-7.0.4,happy-1.19.5], sources: [hvr-ghc]}}
28-
- env: CABALVER=1.16 GHCVER=7.2.1
29-
compiler: ": #GHC 7.2.1"
30-
addons: {apt: {packages: [cabal-install-1.16,ghc-7.2.1,happy-1.19.5], sources: [hvr-ghc]}}
31-
- env: CABALVER=1.16 GHCVER=7.2.2
32-
compiler: ": #GHC 7.2.2"
33-
addons: {apt: {packages: [cabal-install-1.16,ghc-7.2.2,happy-1.19.5], sources: [hvr-ghc]}}
3428
- env: CABALVER=1.16 GHCVER=7.4.1
3529
compiler: ": #GHC 7.4.1"
3630
addons: {apt: {packages: [cabal-install-1.16,ghc-7.4.1,happy-1.19.5], sources: [hvr-ghc]}}
@@ -64,12 +58,6 @@ matrix:
6458
- env: CABALVER=1.22 GHCVER=7.10.2
6559
compiler: ": #GHC 7.10.2"
6660
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.2,happy-1.19.5], sources: [hvr-ghc]}}
67-
- env: CABALVER=head GHCVER=head
68-
compiler: ": #GHC head"
69-
addons: {apt: {packages: [cabal-install-head,ghc-head,happy-1.19.5], sources: [hvr-ghc]}}
70-
71-
allow_failures:
72-
- env: CABALVER=head GHCVER=head
7361

7462
before_install:
7563
- unset CC

plugins.cabal

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ author: Don Stewart 2004..2010
2020
maintainer: Jeremy Shaw <jeremy@seereason.com>
2121
cabal-version: >= 1.6
2222
build-type: Configure
23-
Tested-with: GHC >= 6.12.1
23+
Tested-with: GHC == 7.0.*
24+
-- not working , GHC == 7.2.*
25+
, GHC == 7.4.*
26+
, GHC == 7.6.*
27+
, GHC == 7.8.*
28+
, GHC == 7.10.*
2429
extra-source-files: config.guess, config.h.in, config.mk.in, config.sub,
2530
configure, configure.ac, install.sh, Makefile,
2631
testsuite/makewith/io/TestIO.conf.in,

0 commit comments

Comments
 (0)