summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-10-18 22:54:38 +0200
committerDave Davenport <qball@gmpclient.org>2016-10-18 22:54:38 +0200
commit970f7af0372a20cd70fca22bfbdaa22a984f8d55 (patch)
tree95ecb1ba457bf657220d8e647a612bfe53989b51 /.travis.yml
parent7b3b68462e039d540ad029d94c3b8fb876887472 (diff)
try to print coverage report in travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a99e8927..fa885f16 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,6 +36,8 @@ addons:
- xdotool
- fluxbox
- gdb
+ - gcov
+ - lcov
compiler:
- gcc
@@ -67,6 +69,7 @@ script:
# to re-enable if xdotool is allowed.
- make test-x
- make test-x1
+ # - make coverage-cli
- gcov source/rofi.c
- make distcheck