Playing with coveralls

This commit is contained in:
QC 2014-08-29 12:20:22 +02:00
parent 169c05cc15
commit b7f6799af9
1 changed files with 4 additions and 1 deletions

View File

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