mirror of
https://github.com/themasch/nginx-log-parser.git
synced 2025-02-13 20:20:28 +00:00
12 lines
125 B
YAML
12 lines
125 B
YAML
![]() |
language: rust
|
||
|
rust:
|
||
|
- stable
|
||
|
- beta
|
||
|
- nightly
|
||
|
|
||
|
cache: cargo
|
||
|
|
||
|
matrix:
|
||
|
allow_failures:
|
||
|
- rust: nightly
|
||
|
fast_finish: true
|