Skip to content

Commit

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

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

compiler:
- gcc
Expand All @@ -22,3 +22,9 @@ before_script:
- cmake ..

script: make && ctest

after_success:
- gcov -s `cd .. && pwd` -r -o tests/CMakeFiles/unittest.dir/ unittest.cpp.cpp
- sudo pip install cpp-coveralls
- coveralls

0 comments on commit 13c8565

Please sign in to comment.