Travis: Remove GHC HEAD build.

This pretty much always fails due to dependencies.
This commit is contained in:
John MacFarlane 2017-03-08 12:57:49 +01:00
parent 19ad29f493
commit 5487190d69

View file

@ -44,9 +44,9 @@ matrix:
# Build with the newest GHC and cabal-install. This is an accepted failure,
# see below.
- env: BUILD=cabal GHCVER=head CABALVER=head
compiler: ": #GHC HEAD"
addons: {apt: {packages: [cabal-install-head,ghc-head], sources: [hvr-ghc]}}
# - env: BUILD=cabal GHCVER=head CABALVER=head
# compiler: ": #GHC HEAD"
# addons: {apt: {packages: [cabal-install-head,ghc-head], sources: [hvr-ghc]}}
# 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.