aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 3e8fd9a47..dc717451b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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.