Update travis to also push coverage results

This commit is contained in:
Jason Turner 2014-03-23 16:51:32 -06:00
parent bf0737a35c
commit a1fc7416e1

View File

@ -1,12 +1,13 @@
language: cpp
language: cpp clang
compiler:
- gcc
before_install:
- sudo pip install cpp-coveralls --use-mirrors
script:
- mkdir build
- cd build
- cmake ../
- cmake -D ENABLE_COVERAGE:BOOL=TRUE -D CMAKE_BUILD_TYPE:STRING=Debug -D UNIT_TEST_LIGHT:BOOL=TRUE -D USE_LIBCXX:BOOL=FALSE .
- make
- make test
- coverall -x hpp
notifications:
recipients:
- jason@emptycrate.com