mirror of
https://github.com/Feliix42/ssd1675.git
synced 2024-11-21 18:36:30 +00:00
Merge branch 'ci'
This commit is contained in:
commit
0b65948e5a
2 changed files with 11 additions and 0 deletions
10
.travis.yml
Normal file
10
.travis.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
language: rust
|
||||
cache: cargo
|
||||
script:
|
||||
- cargo test
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: beta
|
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue