diff options
author | Mickael Remond <mremond@process-one.net> | 2016-03-21 12:15:07 +0100 |
---|---|---|
committer | Mickael Remond <mremond@process-one.net> | 2016-03-21 12:15:07 +0100 |
commit | 95475966fdad213cf51992128e0210d29aa31d75 (patch) | |
tree | 9b6156cef82651fefd022709737899eababd4b63 | |
parent | Add Coveralls support (diff) |
We do not have C code to cover, they are in dependencies.
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index a0c1d0bb7..c122ed60f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ before_install: - sudo apt-get -qq update - sudo apt-get -qq -o Dpkg::Options::=--force-confold install mysql-server-5.6 # /END MYSQL 5.6 - - pip install --user cpp-coveralls coveralls-merge + - pip install --user coveralls-merge install: - sudo apt-get -qq install libexpat1-dev libyaml-dev libpam0g-dev libsqlite3-dev @@ -58,8 +58,7 @@ after_failure: - find logs -name ejabberd.log -exec cat '{}' ';' after_success: - - coveralls --exclude lib --exclude tests --gcov-options '\-lp' --dump c.json - - coveralls-merge c.json erlang.json + - coveralls-merge erlang.json notifications: email: false |