mirror of
https://github.com/Feliix42/ssd1675.git
synced 2024-11-21 18:36:30 +00:00
Add Travis CI config
This commit is contained in:
parent
b7e0c3162e
commit
ccb8d78c95
1 changed files with 10 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
|
Loading…
Reference in a new issue