1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Make travis output more verbose.

This commit is contained in:
Dave Davenport 2016-11-15 22:12:53 +01:00
parent d6756b6dad
commit 89ac2ea267

View file

@ -74,7 +74,8 @@ script:
# - gcov source/rofi.c
- make distcheck
- git clone https://github.com/alobbs/doxy-coverage
- test $(make doxy 2>&1 | grep -c warning) -eq 0
- make doxy 2>&1 | tee doxygen.log
- test $(grep -c warning doxygen.log) -eq 0
- ./doxy-coverage/doxy-coverage.py doc/html/xml/
after_success: