Skip to content

Commit

Permalink
Core xmonad currently does not build against sub-8 GHC; exclude from …
Browse files Browse the repository at this point in the history
…travis.
  • Loading branch information
LSLeary committed Sep 16, 2018
1 parent 13e5429 commit f1c7b09
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Expand Up @@ -28,16 +28,16 @@ matrix:
addons: { apt: { packages: [cabal-install-1.24, ghc-8.0.1, libxrandr-dev]
, sources: [hvr-ghc]
} }
- env: GHCVER=7.10.3 CABALVER=1.22
compiler: ": #GHC 7.10.3"
addons: { apt: { packages: [cabal-install-1.22, ghc-7.10.3, libxrandr-dev]
, sources: [hvr-ghc]
} }
- env: GHCVER=7.8.4 CABALVER=1.18
compiler: ": #GHC 7.8.4"
addons: { apt: { packages: [cabal-install-1.18, ghc-7.8.4, libxrandr-dev]
, sources: [hvr-ghc]
} }
# - env: GHCVER=7.10.3 CABALVER=1.22
# compiler: ": #GHC 7.10.3"
# addons: { apt: { packages: [cabal-install-1.22, ghc-7.10.3, libxrandr-dev]
# , sources: [hvr-ghc]
# } }
# - env: GHCVER=7.8.4 CABALVER=1.18
# compiler: ": #GHC 7.8.4"
# addons: { apt: { packages: [cabal-install-1.18, ghc-7.8.4, libxrandr-dev]
# , sources: [hvr-ghc]
# } }

before_install:
- unset CC
Expand Down

0 comments on commit f1c7b09

Please sign in to comment.