1
0
mirror of https://github.com/danog/strum.git synced 2024-11-26 20:14:40 +01:00
strum/.travis.yml
Peter Glotfelty 68d7fba35b
Ran rustfmt on the whole tree and added a note about compatibility (#44)
* Ran rustfmt on the whole tree and added a note about compatibility

* Removing a doc-comment
2019-03-03 23:27:59 -08:00

11 lines
132 B
YAML

language: rust
rust:
- stable
- beta
- nightly
- 1.26.0
matrix:
allow_failures:
- rust: nightly
script: "./travis.sh"