From e4f9f422d82db0908499edcaccf28b09020645cc Mon Sep 17 00:00:00 2001 From: Felipe Lessa Date: Mon, 1 Jun 2015 02:08:36 -0300 Subject: [PATCH] Travis: Don't bother with GHC HEAD. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f7370c0..abe80cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ env: - CABALVER=1.20 GHCVER=7.8.4 - CABALVER=1.22 GHCVER=7.10.1 #- CABALVER=1.22 GHCVER=7.10.2 - - CABALVER=head GHCVER=head # see section about GHC HEAD snapshots + #- CABALVER=head GHCVER=head # see section about GHC HEAD snapshots # Note: the distinction between `before_install` and `install` is not important. before_install: