diff options
author | Alexandre Flament <alex@al-f.net> | 2017-09-13 22:58:52 +0200 |
---|---|---|
committer | Dalf <alex@al-f.net> | 2017-09-17 17:52:22 +0200 |
commit | fb587f11febc1951f42f5643b1532823675c2acf (patch) | |
tree | 80302ab901fbc5db1f5173afb1b61f9b400c1b03 /.travis.yml | |
parent | 6ebfdf0bb3e666dbc033e47f7e730966bde55b03 (diff) | |
download | searxng-fb587f11febc1951f42f5643b1532823675c2acf.tar.gz searxng-fb587f11febc1951f42f5643b1532823675c2acf.zip |
Switch to code-cov
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 1da7974be..74cf2371a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,14 +20,14 @@ before_install: install: - ./manage.sh npm_packages - ./manage.sh update_dev_packages - - pip install coveralls + - pip install codecov script: - ./manage.sh styles - ./manage.sh grunt_build - ./manage.sh tests after_success: - ./manage.sh py_test_coverage - - coveralls + - codecov notifications: irc: channels: |