summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2016-03-21 12:01:20 +0100
committerMickael Remond <mremond@process-one.net>2016-03-21 12:01:20 +0100
commitef04dd75aa91793cd5fb8c87265c0b5214e0b575 (patch)
tree971550dad66886a2636ffbeee2d2d0b0f99c5d61 /.travis.yml
parentUse static key for mysql repo (diff)
Add Coveralls support
Diffstat (limited to '')
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 92154cf5..a0c1d0bb 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
install:
- sudo apt-get -qq install libexpat1-dev libyaml-dev libpam0g-dev libsqlite3-dev
@@ -57,5 +57,9 @@ after_script:
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
+
notifications:
email: false