diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2017-09-28 19:57:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-28 19:57:45 +0200 |
| commit | 1dffbd33907103434bdc13ff035b8993559b5158 (patch) | |
| tree | 9a474c649502370a25af23195fb48d469ba9d22d /.travis.yml | |
| parent | eddc162f2c926d3741d3b2b122d0ccbf777c75ef (diff) | |
| parent | c12e0c39b93d28469038296ce6f1178bc9b5f2aa (diff) | |
Merge pull request #1037 from dalf/codecov
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: |