summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-10-18 22:57:53 +0200
committerDave Davenport <qball@gmpclient.org>2016-10-18 22:57:53 +0200
commita7cfc755929bd6c0851c8087177ee3af88cb90d1 (patch)
treec0d2a8000fed179f6921b964235cd08b546f1b36 /.travis.yml
parent970f7af0372a20cd70fca22bfbdaa22a984f8d55 (diff)
gcov is not a package.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index fa885f16..02f85e88 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,7 +36,6 @@ addons:
- xdotool
- fluxbox
- gdb
- - gcov
- lcov
compiler:
@@ -69,8 +68,8 @@ script:
# to re-enable if xdotool is allowed.
- make test-x
- make test-x1
- # - make coverage-cli
- - gcov source/rofi.c
+ - make coverage-cli
+ # - gcov source/rofi.c
- make distcheck
after_success: