From 6787a4e85d09ad9fcfe5baae53fea2cccbae5976 Mon Sep 17 00:00:00 2001 From: Csongor Kiss Date: Fri, 6 Apr 2018 00:18:30 +0200 Subject: [PATCH] Don't allow 8.4.1 failure in travis --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 55a60f6..27467bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,8 +25,6 @@ before_cache: - rm -fv $HOME/.cabal/packages/hackage.haskell.org/01-index.tar.idx matrix: - allow_failures: - - compiler: "ghc-8.4.1" include: - compiler: "ghc-8.0.2" # env: TEST=--disable-tests BENCH=--disable-benchmarks