diff options
author | Gabor Nagy <mail@aigeruth.hu> | 2014-07-09 00:06:36 +0200 |
---|---|---|
committer | Gabor Nagy <mail@aigeruth.hu> | 2014-07-09 00:08:25 +0200 |
commit | bcc08879f93cf5a4088e8c4bffcbfe367a03830e (patch) | |
tree | 2a14000b3948cb5b75c0134519cddc0f8c69a6c6 /.travis.yml | |
parent | 137df2efefdba6bf20c9b3738923fd758bbbdac8 (diff) | |
download | searxng-bcc08879f93cf5a4088e8c4bffcbfe367a03830e.tar.gz searxng-bcc08879f93cf5a4088e8c4bffcbfe367a03830e.zip |
Add coveralls.io
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
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: |