From 28ec9b955bed34492a6c82ba5f1033a14c409575 Mon Sep 17 00:00:00 2001 From: "Daniel P. Wright" Date: Thu, 23 Oct 2014 10:23:47 +0900 Subject: [PATCH] Allow NoUpperBounds build to fail Also set fast_finish to true --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 15d0bd4..3d86730 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,10 @@ language: haskell matrix: + fast_finish: true include: - ghc: 7.8 - ghc: 7.6 - ghc: 7.3 + allow_failures: - ghc: 7.8 install: cabal install --only-dependencies --enable-tests -f NoUpperBounds