haskellnet-ssl/.travis.yml
Daniel P. Wright 28ec9b955b Allow NoUpperBounds build to fail
Also set fast_finish to true
2014-10-23 10:23:47 +09:00

11 lines
216 B
YAML

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