From 658db1882c875afb26a31dc13aa99430f9164c91 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Wed, 14 Aug 2019 20:54:46 -0400 Subject: Travis, README badges. --- .travis.yml | 8 ++++++++ README.md | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 .travis.yml 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 50262c8..f475889 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # usb-host +[![Documentation](https://docs.rs/usb-host/badge.svg)](https://docs.rs/usb-host) +[![Testing](https://api.travis-ci.org/repos/bjc/usb-host.svg?branch=master)](https://travis-ci.org/bjc/usb-host) + This is a collection of traits that mediate between drivers for USB peripherals and USB Host. -- cgit v1.2.3