summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJens Diemer <github.com@jensdiemer.de>2017-11-17 09:15:50 +0100
committerGitHub <noreply@github.com>2017-11-17 09:15:50 +0100
commit069890566046f7cc62deb88c05407c896c071037 (patch)
treea5d0d44bad44fb8fe5618625ff7f76d7a310021b /.travis.yml
parent510b605fca6a10808514513d1cb25b7f60204792 (diff)
downloadcreole-069890566046f7cc62deb88c05407c896c071037.tar.gz
+codecov.io
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0583cec..8a9ef91 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,8 @@ script:
after_success:
- coveralls
-
+ # https://github.com/codecov/codecov-bash
+ - bash <(curl -s https://codecov.io/bash)
+
notifications:
irc: "irc.freenode.org#pylucid"