mirror of
https://github.com/mre/mos6502.git
synced 2024-11-25 02:33:26 +00:00
11 lines
120 B
YAML
11 lines
120 B
YAML
|
language: rust
|
||
|
rust:
|
||
|
- stable
|
||
|
- beta
|
||
|
- nightly
|
||
|
matrix:
|
||
|
allow_failures:
|
||
|
- rust: nightly
|
||
|
fast_finish: true
|
||
|
|