mirror of
https://github.com/Feliix42/ssd1675.git
synced 2024-11-22 10:56:31 +00:00
11 lines
120 B
YAML
11 lines
120 B
YAML
|
language: rust
|
||
|
cache: cargo
|
||
|
script:
|
||
|
- cargo test
|
||
|
rust:
|
||
|
- stable
|
||
|
- beta
|
||
|
matrix:
|
||
|
allow_failures:
|
||
|
- rust: beta
|