Skip to content

Commit

Permalink
Drop hpc-coveralls from the Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
nurpax committed Nov 29, 2016
1 parent c479b6c commit 0d3ca5f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
@@ -1,8 +1,4 @@
language: haskell
before_install:
- cabal install hpc-coveralls
script:
- cabal configure --enable-tests --enable-library-coverage && cabal build
- cabal configure --enable-tests && cabal build
- run-cabal-test
after_script:
- hpc-coveralls --exclude-dir=test test

0 comments on commit 0d3ca5f

Please sign in to comment.