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
|
language: haskell
|
||||||
matrix:
|
matrix:
|
||||||
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- ghc: 7.8
|
- ghc: 7.8
|
||||||
- ghc: 7.6
|
- ghc: 7.6
|
||||||
- ghc: 7.3
|
- ghc: 7.3
|
||||||
|
allow_failures:
|
||||||
- ghc: 7.8
|
- ghc: 7.8
|
||||||
install: cabal install --only-dependencies --enable-tests -f NoUpperBounds
|
install: cabal install --only-dependencies --enable-tests -f NoUpperBounds
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user