From c1377e0a73aa486d332e0bdf866501714bd6ea4b Mon Sep 17 00:00:00 2001 From: "Julian K. Arni" Date: Thu, 19 Feb 2015 23:02:29 +0100 Subject: [PATCH] Add cabal sandbox to travis path --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index fc80d487..b6a1f304 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,6 +35,7 @@ script: after_script: - cabal install hpc-coveralls + - export PATH=.cabal-sandbox/bin:$PATH - hpc-coveralls --exclude-dir=test spec notifications: