diff options
| author | Brian Cully <bjc@kublai.com> | 2019-08-14 20:54:46 -0400 |
|---|---|---|
| committer | Brian Cully <bjc@kublai.com> | 2019-08-14 20:57:40 -0400 |
| commit | 658db1882c875afb26a31dc13aa99430f9164c91 (patch) | |
| tree | 2cbce907e2c9acc8b3296ccba1c958a567729d18 | |
| parent | 4c6fbbd2a00be46ab03fd2bd79ae8faafc2ee53c (diff) | |
| download | usb-host-658db1882c875afb26a31dc13aa99430f9164c91.tar.gz usb-host-658db1882c875afb26a31dc13aa99430f9164c91.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 @@ # 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. |
