Skip to content

Commit ad36431

Browse files
committed
Disabled coveralls
which seem to cause test failures on Travis atm
1 parent bf70326 commit ad36431

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,19 @@ before_install:
4848
install:
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.
5655
script:
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

0 commit comments

Comments
 (0)