language: rust os: - linux before_script: - rustc -V - cargo -V script: - cargo build -v - cargo test