1
0
mirror of https://github.com/danog/strum.git synced 2024-11-27 04:24:37 +01:00
strum/.travis.yml

10 lines
121 B
YAML
Raw Normal View History

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