mirror of
https://github.com/casey/just.git
synced 2024-11-24 04:38:25 +03:00
10 lines
100 B
YAML
10 lines
100 B
YAML
language: rust
|
|
rust:
|
|
- stable
|
|
- beta
|
|
- nightly
|
|
matrix:
|
|
allow_failures:
|
|
- rust: nightly
|
|
|