mirror of
https://github.com/bevyengine/bevy
synced 2025-01-07 02:38:59 +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
|