Commit a9582fa4f97fe846117064559e9b4eb2bcea827e

Martin Mitas 2016-12-16T11:23:34

.travis.yml: Add md2html to coveralls upload.

1
2
3
4
5
6
7
8
9
10
diff --git a/.travis.yml b/.travis.yml
index 1ac50db..4efe09b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,4 +18,4 @@ after_success:
     - sudo apt-get install python3
     - pip install --user cpp-coveralls
     - ../scripts/run-tests.sh
-    - ~/.local/bin/coveralls -r .. -i md4c
+    - ~/.local/bin/coveralls -r .. --gcov-options '\-lp' -i md4c -i md2html