aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2019-08-14 21:05:59 -0400
committerBrian Cully <bjc@kublai.com>2019-08-17 20:52:57 -0400
commit787a118664b6e1ddf46abfdecfd8ad4cb8494882 (patch)
tree9fc27de6e2218869a72ba45cf7c537e4769c3e5a
parent1b7e7ca454a42b8a933efd55ea2677ab57d46c9e (diff)
downloadatsamd-usb-host-787a118664b6e1ddf46abfdecfd8ad4cb8494882.tar.gz
atsamd-usb-host-787a118664b6e1ddf46abfdecfd8ad4cb8494882.zip
Travis, README badges.
-rw-r--r--.travis.yml8
-rw-r--r--README.md3
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
diff --git a/README.md b/README.md
index a3833c4..3f1bb0a 100644
--- a/README.md
+++ b/README.md
@@ -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.