1 2 3 4 5
install: - curl https://static.rust-lang.org/rustup.sh | sudo sh - script: - cargo build --verbose - cargo test --verbose