From 08d5c80c62fd724413797cd4c9e5cf230e46ecea Mon Sep 17 00:00:00 2001 From: cn Date: Fri, 21 May 2021 13:48:54 +0200 Subject: [PATCH] ci: remove Travis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d67d884..1b3560f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # python-bme280 -![ci](https://github.com/cmur2/python-bme280/workflows/ci/badge.svg?branch=master) [![Build Status](https://travis-ci.com/cmur2/python-bme280.svg?branch=master)](https://travis-ci.com/cmur2/python-bme280) +![ci](https://github.com/cmur2/python-bme280/workflows/ci/badge.svg?branch=master) A Python library for accessing the [BME280 combined humidity and pressure](https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BME280_DS001-11.pdf) from Bosch via `python-smbus` using the I2C interface.