mirror of
https://github.com/danog/strum.git
synced 2024-11-26 12:04:38 +01:00
11 lines
132 B
YAML
11 lines
132 B
YAML
language: rust
|
|
rust:
|
|
- stable
|
|
- beta
|
|
- nightly
|
|
- 1.56.1
|
|
matrix:
|
|
allow_failures:
|
|
- rust: nightly
|
|
|
|
script: "./travis.sh" |