From f3b27a8ccf52613cb285f2ffc827fdeb8bf13f0b Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Sun, 4 Nov 2018 23:09:52 +0100 Subject: [PATCH] [ travis ] another try at allow_failures --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index bd89934d..bfb0853d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,11 @@ ghc: - 7.8.4 - 7.6.3 env: - include: - - PACKAGEDIR="source" + - PACKAGEDIR="source" + - PACKAGEDIR="testing" +matrix: allow_failures: - - PACKAGEDIR="testing" + - env: PACKAGEDIR="testing" script: - cabal install - cabal configure --enable-tests && cabal build && cabal test