From 358c64a14eb1a6ec22501f6e06c63c67099ce510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Mon, 7 Sep 2015 05:22:38 +0200 Subject: [PATCH] Install cabal-helper from git before --only-depends --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d836c9b..8873a1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,9 +40,9 @@ install: - happy --version # - 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/ + - cabal install -j --only-dependencies --enable-tests script: