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