diff options
author | Brian Cully <bjc@kublai.com> | 2019-08-14 21:02:37 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-08-14 21:02:37 -0400 |
commit | 6d5224cfbb99640c2bfa3431e3c34975d053919c (patch) | |
tree | 16d4104e4c83c5df584a82df8bda1c92ad488703 | |
parent | 24cddeb8df53d4e0d1c05aa9bee043702a46545b (diff) | |
download | bootkbd-6d5224cfbb99640c2bfa3431e3c34975d053919c.tar.gz bootkbd-6d5224cfbb99640c2bfa3431e3c34975d053919c.zip |
Travis, README badges.
-rw-r--r-- | .travis.yml | 8 | ||||
-rw-r--r-- | README.md | 3 |
2 files changed, 11 insertions, 0 deletions
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 @@ -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. |