From 62fe53415eabfc73cde732bf22476df6c03c8bfb Mon Sep 17 00:00:00 2001 From: marcelbuesing Date: Wed, 27 Nov 2019 11:22:58 +0100 Subject: [PATCH] Add travis badge --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index aca0e5a..5cef121 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,9 @@ name = "bme680" repository = "https://github.com/marcelbuesing/bme680-hal" version = "0.5.0" edition = "2018" + +[badges] +travis-ci = { repository = "https://github.com/marcelbuesing/bme680-hal", branch = "master" } maintenance = { status = "passively-maintained" } [dependencies]