Files
yaserde/.travis.yml
Marc-Antoine Arnaud 2b2495e7b4 add travis configuration
2018-04-09 19:06:04 +02:00

20 lines
209 B
YAML

language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
fast_finish: true
cache: cargo
script:
- cargo build --verbose --all
- cargo test --verbose --all