1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-05-09 12:16:10 +02:00
rustlings/.travis.yml

11 lines
160 B
YAML

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