Add cabal sandbox to travis path
This commit is contained in:
parent
b5f2032f77
commit
c1377e0a73
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ script:
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- cabal install hpc-coveralls
|
- cabal install hpc-coveralls
|
||||||
|
- export PATH=.cabal-sandbox/bin:$PATH
|
||||||
- hpc-coveralls --exclude-dir=test spec
|
- hpc-coveralls --exclude-dir=test spec
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
|
Loading…
Reference in a new issue