We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b1282 commit d44acffCopy full SHA for d44acff
.travis.yml
@@ -0,0 +1,9 @@
1
+language: c
2
+compiler:
3
+ - gcc
4
+before_install:
5
+ - pip install --user cpp-coveralls
6
+script:
7
+ - ./configure --enable-gcov && make check
8
+after_success:
9
+ - coveralls --exclude lib --exclude tests --gcov-options '\-lp'
0 commit comments