1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-02-03 15:34:54 -05:00

gcov is not a package.

This commit is contained in:
Dave Davenport 2016-10-18 22:57:53 +02:00
parent 970f7af037
commit a7cfc75592

View file

@ -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: