Allow NoUpperBounds build to fail
Also set fast_finish to true
This commit is contained in:
parent
8930d7c983
commit
28ec9b955b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user