From 6d5224cfbb99640c2bfa3431e3c34975d053919c Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Wed, 14 Aug 2019 21:02:37 -0400 Subject: Travis, README badges. --- .travis.yml | 8 ++++++++ README.md | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..b52dc7a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: rust +rust: + - stable + - beta + - nightly +matrix: + allow_failures: + - rust: stable diff --git a/README.md b/README.md index 11b5b64..759852d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # bootkbd +[![Documentation](https://docs.rs/bootkbd/badge.svg)](https://docs.rs/bootkbd) +[![Testing](https://api.travis-ci.org/repos/bjc/bootkbd.svg?branch=master)](https://travis-ci.org/bjc/bootkbd) + This is a (very) simple USB host-side driver for boot-protocol keyboards using the [usb-host](https://github.com/bjc/usb-host) trait library. -- cgit v1.2.3