Skip to content

Commit

Permalink
Merge pull request #2 from napalm-automation/badge
Browse files Browse the repository at this point in the history
Add badges to README
  • Loading branch information
ogenstad committed Feb 1, 2019
2 parents 93b74ab + bc1bfeb commit 505ebdc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ install:
- pip install tox tox-travis coveralls

script:
- tox
- tox

after_success:
- coveralls
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![Build Status](https://travis-ci.org/napalm-automation/napalm-inspector.svg?branch=develop)](https://travis-ci.org/napalm-automation/napalm-inspector)
[![Coverage Status](https://coveralls.io/repos/github/napalm-automation/napalm-inspector/badge.svg?branch=develop)](https://coveralls.io/github/napalm-automation/napalm-inspector?branch=develop)

NAPALM-Inspector
================

Expand Down

0 comments on commit 505ebdc

Please sign in to comment.