diff options
-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 +[](https://docs.rs/bootkbd) +[](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. |