diff options
author | Damien George <damien.p.george@gmail.com> | 2015-03-01 15:12:00 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-03-01 15:12:00 +0000 |
commit | 18fd7e8305cf53a8b59fb03960c5eccf167be80a (patch) | |
tree | 8c47cf4e9e607e358a32d54e774e3abc483e3d3f | |
parent | 81e661f28b487bf194ff9dda9b36699f9e55915e (diff) | |
download | micropython-18fd7e8305cf53a8b59fb03960c5eccf167be80a.tar.gz micropython-18fd7e8305cf53a8b59fb03960c5eccf167be80a.zip |
README.md: Change coveralls badge from travis-testing to master branch.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ [![Build Status][travis-img]][travis-repo] [![Coverage Status][coveralls-img]][coveralls-repo] [travis-img]: https://travis-ci.org/micropython/micropython.png?branch=master [travis-repo]: https://travis-ci.org/micropython/micropython -[coveralls-img]: https://coveralls.io/repos/micropython/micropython/badge.png?branch=travis-testing -[coveralls-repo]: https://coveralls.io/r/micropython/micropython?branch=travis-testing +[coveralls-img]: https://coveralls.io/repos/micropython/micropython/badge.png?branch=master +[coveralls-repo]: https://coveralls.io/r/micropython/micropython?branch=master The Micro Python project ======================== |