Skip to content

Commit

Permalink
add coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mnpk committed Jun 10, 2015
1 parent c346ec3 commit 214daa5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
language: cpp

notifications:
irc: "chat.freenode.net##crow"
# notifications:
# irc: "chat.freenode.net##crow"

compiler:
- gcc
#- clang

before_script:
- sudo pip install cpp-coveralls
- sudo add-apt-repository -y ppa:kalakris/cmake
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo add-apt-repository -y ppa:boost-latest/ppa
Expand All @@ -22,3 +23,7 @@ before_script:
- cmake ..

script: make && ctest

after_success:
- gcov -s `realpath ..` -r -o tests/CMakeFiles/unittest.dir/ unittest.cpp.cpp
- coveralls

0 comments on commit 214daa5

Please sign in to comment.