Merge branch 'ci'

This commit is contained in:
Wesley Moore 2018-12-26 14:12:22 +11:00
commit 0b65948e5a
No known key found for this signature in database
GPG key ID: BF67766C0BC2D0EE
2 changed files with 11 additions and 0 deletions

10
.travis.yml Normal file
View file

@ -0,0 +1,10 @@
language: rust
cache: cargo
script:
- cargo test
rust:
- stable
- beta
matrix:
allow_failures:
- rust: beta

View file

@ -3,6 +3,7 @@
Rust driver for the [Solomon Systech SSD1675][SSD1675] e-Paper display (EPD)
controller, for use with [embedded-hal].
[![Build Status](https://travis-ci.org/wezm/ssd1675.svg?branch=master)](https://travis-ci.org/wezm/ssd1675)
[![crates.io](https://img.shields.io/crates/v/ssd1675.svg)](https://crates.io/crates/ssd1675)
[![Documentation](https://docs.rs/ssd1675/badge.svg)][crate-docs]