From 588cf0e06d68b5f3aaec9e81adadb751d3c3e5ba Mon Sep 17 00:00:00 2001 From: Sven Panne Date: Fri, 27 Jul 2018 15:41:41 +0200 Subject: [PATCH] Allow GHC 8.6.1 failures for now, it is still a pre-release. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8fe975e..a93ba4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,6 +51,7 @@ matrix: addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-head], sources: [hvr-ghc]}} allow_failures: + - compiler: "ghc-8.6.1" - compiler: "ghc-head" before_install: