Fix travis

This commit is contained in:
Julian Ospald 2016-05-30 13:15:11 +02:00
parent f2eca58b5d
commit 588207f44b
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 3 additions and 0 deletions

View File

@ -17,8 +17,11 @@ matrix:
allow_failures:
- env: CABALVER=head GHCVER=head
# workaround since CABALVER=1.24 doesn't work yet
before_install:
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH
- cabal install cabal-1.24.0.0
- export PATH="~/.cabal/bin:$PATH"
install:
- cabal --version