diff options
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: |