Skip to content

Commit

Permalink
fixup coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Mar 4, 2019
1 parent e53b673 commit e904199
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,16 @@ install:
- stack --no-terminal test --coverage
- curl -sSL https://raw.github.com/ndmitchell/hlint/master/misc/run.sh | sh -s .
- curl -sSL https://raw.github.com/ndmitchell/weeder/master/misc/travis.sh | sh -s .
- stack --no-terminal install
- sha256sum $EXECUTABLE | head -c 64 > $EXECUTABLE_CHECKSUM
- ls $EXECUTABLE
- ls $EXECUTABLE_CHECKSUM

after_install:
# Installing shc for coverage reporting1;
# We trick it a bit to use the same LTS as us and leverage already installed LTS
# to speed up the process.
- git clone https://github.com/rubik/stack-hpc-coveralls && cd stack-hpc-coveralls && git checkout 3d8352d5642ab214a7a574bd797880ae39595a44 && echo $LTS > stack.yaml
- travis_wait 42 stack --no-terminal install
- shc cardano-wallet unit
- stack --no-terminal install
- sha256sum $EXECUTABLE | head -c 64 > $EXECUTABLE_CHECKSUM
- ls $EXECUTABLE
- ls $EXECUTABLE_CHECKSUM

deploy:
provider: releases
Expand Down

0 comments on commit e904199

Please sign in to comment.