summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-12-31 19:04:38 +0100
committerDave Davenport <qball@gmpclient.org>2015-12-31 19:04:38 +0100
commit192acf0f7871fab9b3bd321910c13ebeba96f4e3 (patch)
tree32e573ae7d6a5252fcbea1f20bf74c2fd747fe34 /.travis.yml
parentcb095127801519c661eea5addb8b64a56148958c (diff)
Playing
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5dac9895..af182ba3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,6 +14,7 @@ addons:
- libcairo2-dev
- libstartup-notification0-dev
- xvfb
+ - gcov
- discount
- xdotool
@@ -29,4 +30,8 @@ script:
- make test
# to re-enable if xdotool is allowed.
- make test-x
+ - gcov source/rofi.c
- make distcheck
+
+after_success:
+ - bash <(curl -s https://codecov.io/bash)