From e5555db9e720f6744cda7f5458635a1e938dece0 Mon Sep 17 00:00:00 2001 From: cn Date: Fri, 7 Aug 2020 23:29:53 +0200 Subject: [PATCH] docs: adjust build status link for branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e500b2..76aa5ce 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # python-veml6070 -![ci](https://github.com/cmur2/python-veml6070/workflows/ci/badge.svg?branch=master) [![Build Status](https://travis-ci.com/cmur2/python-veml6070.svg?branch=master)](https://travis-ci.com/cmur2/python-veml6070) +![ci](https://github.com/cmur2/python-veml6070/workflows/ci/badge.svg?branch=three) [![Build Status](https://travis-ci.com/cmur2/python-veml6070.svg?branch=three)](https://travis-ci.com/cmur2/python-veml6070) A Python library for accessing the [VEML6070 digital UV light sensor](http://www.vishay.com/docs/84277/veml6070.pdf) from Vishay via `python-smbus` using the I2C interface.