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:
parent
9a1f4856db
commit
8930d7c983
11
.travis.yml
11
.travis.yml
@ -1,5 +1,8 @@
|
||||
language: haskell
|
||||
ghc:
|
||||
- 7.8
|
||||
- 7.6
|
||||
- 7.4
|
||||
matrix:
|
||||
include:
|
||||
- ghc: 7.8
|
||||
- ghc: 7.6
|
||||
- ghc: 7.3
|
||||
- ghc: 7.8
|
||||
install: cabal install --only-dependencies --enable-tests -f NoUpperBounds
|
||||
|
||||
Loading…
Reference in New Issue
Block a user