summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2014-08-29 12:20:22 +0200
committerQC <qball@gmpclient.org>2014-08-29 12:20:22 +0200
commitb7f6799af998bd9c27df9489e3ca23769df89cae (patch)
tree7aa6e5d06d629906184d99cc321a9ccca0d2c11a /.travis.yml
parent169c05cc1529d3165aaa5d14a41e45db6a75b48a (diff)
Playing with coveralls
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fd7f0f67..512e03aa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,5 +6,8 @@ compiler:
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libxinerama-dev autoconf automake make libxft-dev libx11-dev libpango1.0-dev
+ - sudo pip install cpp-coveralls
-script: autoreconf -i && ./configure && make
+script: autoreconf -i && ./configure && make && make -C test/ test
+after_success:
+ - coveralls --exclude lib --gcov-options '\-lp'