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