1 2 3 4 5 6
image: "rustlang/rust:nightly" test:cargo: script: - rustc --version && cargo --version - cargo test --all --verbose