mirror of
https://github.com/bevyengine/bevy
synced 2024-11-25 22:20:20 +00:00
9 lines
110 B
YAML
9 lines
110 B
YAML
|
language: rust
|
||
|
rust:
|
||
|
- stable
|
||
|
- nightly
|
||
|
matrix:
|
||
|
allow_failures:
|
||
|
- rust: nightly
|
||
|
fast_finish: true
|