1
0
mirror of https://github.com/danog/strum.git synced 2024-11-26 12:04:38 +01:00
strum/.travis.yml

11 lines
132 B
YAML
Raw Normal View History

language: rust
rust:
- stable
- beta
- nightly
- 1.56.1
matrix:
allow_failures:
2017-02-12 07:51:53 +01:00
- rust: nightly
script: "./travis.sh"