Travis: Remove GHC HEAD build.
This pretty much always fails due to dependencies.
This commit is contained in:
parent
19ad29f493
commit
5487190d69
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue