1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-12-12 11:14:55 +02:00
rustlings/.travis.yml

11 lines
160 B
YAML
Raw Normal View History

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