From c918a4db79a9644270b8fbc02da282da7e86cc03 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 14 Sep 2017 16:06:35 +0200 Subject: [PATCH] .travis.yml: add coveralls --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 73aef644..7826bcda 100644 --- a/.travis.yml +++ b/.travis.yml @@ -97,6 +97,7 @@ install: - travis_retry make getwaf expandwaf deps_python - which pip - pip --version + - pip install python-coveralls script: - make create_test_sounds @@ -108,6 +109,9 @@ script: make test_lib_only_clean fi; +after_success: + - coveralls + notifications: irc: channels: -- 2.11.0