multi-ghc-travis
This commit is contained in:
parent
44c6d2e0c6
commit
f7dc96c415
14
.travis.yml
14
.travis.yml
@ -1,4 +1,12 @@
|
||||
language: haskell
|
||||
ghc:
|
||||
- 7.8
|
||||
- 7.6
|
||||
|
||||
env:
|
||||
- CABALVER=1.18 GHCVER=7.6.3
|
||||
- CABALVER=1.18 GHCVER=7.8.4
|
||||
- CABALVER=1.22 GHCVER=7.10.1
|
||||
|
||||
before_install:
|
||||
- travis_retry sudo add-apt-repository -y ppa:hvr/ghc
|
||||
- travis_retry sudo apt-get update
|
||||
- travis_retry sudo apt-get install cabal-install-$CABALVER ghc-$GHCVER
|
||||
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH
|
||||
|
||||
Loading…
Reference in New Issue
Block a user