From 13218d60823ba3b53834c134aac2264d9d983565 Mon Sep 17 00:00:00 2001 From: Michael Sloan Date: Sun, 30 Jul 2017 14:32:12 -0700 Subject: [PATCH] Revert "Allow some travis failures #8" This reverts commit 7ddaea6f716516b93283f5e54cccb75da1624209. --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index ee49906..06e9b02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,8 @@ language: haskell -dist: trusty ghc: - 7.0 - 7.4 - 7.6 - 7.8 - - 8.0 script: - cabal configure && cabal build -# See https://github.com/mgsloan/th-reify-many/issues/8 -allow-failures: - - ghc: 7.0 - - ghc: 7.4 - - ghc: 7.6