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.
This commit is contained in:
Daniel P. Wright 2014-10-23 10:11:49 +09:00
parent 9a1f4856db
commit 8930d7c983

View File

@ -1,5 +1,8 @@
language: haskell language: haskell
ghc: matrix:
- 7.8 include:
- 7.6 - ghc: 7.8
- 7.4 - ghc: 7.6
- ghc: 7.3
- ghc: 7.8
install: cabal install --only-dependencies --enable-tests -f NoUpperBounds