Skip to content

Commit

Permalink
Update travis badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Knio authored Apr 11, 2021
1 parent e2dd9e5 commit 37edca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The `pynmea2` homepage is located at http://github.com/Knio/pynmea2
`pynmea2` is compatable with Python 2.7 and Python 3.4+

![Python version](https://img.shields.io/pypi/pyversions/pynmea2.svg?style=flat)
[![Build status](https://img.shields.io/travis/Knio/pynmea2/master.svg?style=flat)](https://travis-ci.org/Knio/pynmea2)
[![Build Status](https://www.travis-ci.com/Knio/pynmea2.svg?branch=master)](https://www.travis-ci.com/Knio/pynmea2)
[![Coverage status](https://img.shields.io/coveralls/github/Knio/pynmea2/master.svg?style=flat)](https://coveralls.io/r/Knio/pynmea2?branch=master)

### Installation
Expand Down Expand Up @@ -156,4 +156,4 @@ while 1:
except pynmea2.ParseError as e:
print('Parse error: {}'.format(e))
continue
```
```

0 comments on commit 37edca4

Please sign in to comment.