summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ee0b506a5..1bf0be330 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,10 +7,14 @@ before_install:
- npm install -g less
install:
- "make"
+ - pip install coveralls
script:
- "make tests"
- "make robot"
- "make styles"
+ - make coverage
+after_success:
+ coveralls
notifications:
irc:
channels: