rustlings/.travis.yml

11 lines
160 B
YAML
Raw Permalink Normal View History

2019-03-20 20:08:08 +00:00
language: rust
rust:
- stable
- beta
- nightly
script: cargo test --verbose
2019-03-20 20:08:08 +00:00
matrix:
allow_failures:
- rust: nightly
fast_finish: true
cache: cargo