diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..40b1d7c --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: rust +cache: cargo +script: + - cargo test +rust: + - stable + - beta +matrix: + allow_failures: + - rust: beta diff --git a/README.md b/README.md index 717bcf4..1b3b472 100644 --- a/README.md +++ b/README.md @@ -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]