mirror of
https://github.com/haraldh/chainerror.git
synced 2025-01-31 00:56:41 +01:00
15 lines
154 B
YAML
15 lines
154 B
YAML
language: rust
|
|
|
|
rust:
|
|
- stable
|
|
- nightly
|
|
|
|
script:
|
|
- cargo build --all
|
|
- cargo test --all
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- rust: nightly
|
|
fast_finish: true
|