travis: Use cabal-helper git

This commit is contained in:
Daniel Gröber 2015-08-12 05:07:58 +02:00
parent 11243e5304
commit b2767bc448
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ install:
# - ls -lR ~/.ghc
# - ls -lR ~/.cabal
- cabal install -j --only-dependencies --enable-tests
- git clone --depth=1 https://github.com/DanielG/cabal-helper.git
- cabal install cabal-helper/
script:
- touch ChangeLog # Create ChangeLog if we're not on the release branch