From a678ca3b60d1df963ecf988f4edb9e60decc9461 Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Wed, 14 Sep 2016 16:33:02 +0100 Subject: [PATCH] Remove head test from travis. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 061e383c6..f04bb57ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,6 @@ env: - CABALVER=1.22 GHCVER=7.10.2 - CABALVER=1.22 GHCVER=7.10.3 - CABALVER=1.24 GHCVER=8.0.1 - - CABALVER=head GHCVER=head # Note: the distinction between `before_install` and `install` is not # important.