haskellnet-ssl/.travis.yml
Daniel P. Wright 8930d7c983 Manually specify Travis build matrix
Build the normal build with GHC versions 7.4, 7.6 and 7.8, and the
NoUpperBounds build with GHC version 7.8 only.
2014-10-23 10:11:49 +09:00

9 lines
178 B
YAML

language: haskell
matrix:
include:
- ghc: 7.8
- ghc: 7.6
- ghc: 7.3
- ghc: 7.8
install: cabal install --only-dependencies --enable-tests -f NoUpperBounds