Skip to content

Commit f188527

Browse files
author
Sebastiano Merlino
committed
Avoid using libtool when calculating coverage
1 parent a042759 commit f188527

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ script:
2323
- ./bootstrap
2424
- mkdir build
2525
- cd build
26-
- if [ $DEBUG = "debug" ]; then ../configure --enable-debug; else ../configure; fi
27-
- if [ $DEBUG = "debug" ]; then make check; else make; make check; fi
26+
- if [ $DEBUG = "debug" ]; then ../configure --enable-debug --disable-shared; else ../configure; fi
27+
- make
28+
- make check
2829
after_success:
2930
- if [ $DEBUG = "debug" ]; then ../ci-report-coverage; fi
3031
matrix:

0 commit comments

Comments
 (0)