File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -48,21 +48,19 @@ before_install:
4848install :
4949 - cabal-1.18 update
5050 - cabal-1.18 install --only-dependencies --enable-tests --enable-benchmarks
51- - cabal-1.18 install hpc-coveralls --avoid-reinstalls
5251
5352# Here starts the actual work to be performed for the package under
5453# test; any command which exits with a non-zero exit code causes the
5554# build to fail.
5655script :
5756 # -v2 provides useful information for debugging
58- - cabal-1.18 configure --enable-tests --enable-benchmarks --enable-library-coverage - v2
57+ - cabal-1.18 configure --enable-tests --enable-benchmarks -v2
5958
6059 # this builds all libraries and executables
6160 # (including tests/benchmarks)
6261 - cabal-1.18 build
6362
6463 - run-cabal-test --cabal-name=cabal-1.18 --show-details=always
65- - hpc-coveralls --exclude-dir=tests bitset-tests
6664
6765 - cabal-1.18 check
6866
You can’t perform that action at this time.
0 commit comments