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 @@ # usb-host +[](https://docs.rs/usb-host) +[](https://travis-ci.org/bjc/usb-host) + This is a collection of traits that mediate between drivers for USB peripherals and USB Host. |
