diff --git a/.travis.yml b/.travis.yml index 1f784ea..c134ceb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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