diff options
author | Brian Cully <bjc@kublai.com> | 2019-08-14 21:05:59 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-08-17 20:52:57 -0400 |
commit | 787a118664b6e1ddf46abfdecfd8ad4cb8494882 (patch) | |
tree | 9fc27de6e2218869a72ba45cf7c537e4769c3e5a | |
parent | 1b7e7ca454a42b8a933efd55ea2677ab57d46c9e (diff) | |
download | atsamd-usb-host-787a118664b6e1ddf46abfdecfd8ad4cb8494882.tar.gz atsamd-usb-host-787a118664b6e1ddf46abfdecfd8ad4cb8494882.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 @@ # atsamd-usb-host +[![Documentation](https://docs.rs/atsamd-usb-host/badge.svg)](https://docs.rs/atsamd-usb-host) +[![Testing](https://api.travis-ci.org/repos/bjc/atsamd-usb-host.svg?branch=master)](https://travis-ci.org/bjc/atsamd-usb-host) + This is a [usb-host](https://github.com/bjc/usb-host) driver for Atmel's SAMD series of chips. |