From 480087f53aa3bc2c637979c714d14e28f125253f Mon Sep 17 00:00:00 2001 From: Seth Ryder Date: Wed, 17 Oct 2018 12:10:20 -0400 Subject: [PATCH] remove 8.4.4 and 8.6.1 from the travis.yml file, see #30 --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7e51fe1..f2d7e01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,11 @@ ghc: - "7.10.3" - "8.0.2" - "8.2.2" - - "8.4.4" - - "8.6.1" + +# 8.4.4 and 8.6.1 currently do not build. +# See https://github.com/keera-studios/Haskelloids/issues/30 +# - "8.4.4" +# - "8.6.1" before_install: - travis_retry sudo apt-get update