Add cabal sandbox to travis path

This commit is contained in:
Julian K. Arni 2015-02-19 23:02:29 +01:00
parent b5f2032f77
commit c1377e0a73

View file

@ -35,6 +35,7 @@ script:
after_script:
- cabal install hpc-coveralls
- export PATH=.cabal-sandbox/bin:$PATH
- hpc-coveralls --exclude-dir=test spec
notifications: