summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-03-08 12:57:49 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-03-08 12:57:49 +0100
commit5487190d6981c442a27b3129523d6d48e3633c20 (patch)
tree236029bc077f7aa818d6cc75e3046f7620da800e /.travis.yml
parent19ad29f49393af3aa95ec98f0d8543118e3824e8 (diff)
Travis: Remove GHC HEAD build.
This pretty much always fails due to dependencies.
Diffstat (limited to '.travis.yml')
-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.