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'