1 2 3 4 5 6 7 8 9 10 11
language: rust rust: - stable - beta - nightly sudo: false script: - cargo build --verbose - cargo test --verbose - cargo doc after_success: curl https://raw.githubusercontent.com/Stebalien/doc/master/push_docs.sh | sh