Fix travis
This commit is contained in:
parent
f2eca58b5d
commit
588207f44b
@ -17,8 +17,11 @@ matrix:
|
|||||||
allow_failures:
|
allow_failures:
|
||||||
- env: CABALVER=head GHCVER=head
|
- env: CABALVER=head GHCVER=head
|
||||||
|
|
||||||
|
# workaround since CABALVER=1.24 doesn't work yet
|
||||||
before_install:
|
before_install:
|
||||||
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH
|
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH
|
||||||
|
- cabal install cabal-1.24.0.0
|
||||||
|
- export PATH="~/.cabal/bin:$PATH"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cabal --version
|
- cabal --version
|
||||||
|
Loading…
Reference in New Issue
Block a user