Skip to content

Commit

Permalink
[ travis ] another try at allow_failures
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Nov 4, 2018
1 parent 3e9c665 commit f3b27a8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3b27a8

Please sign in to comment.