1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
language: rust sudo: false matrix: include: - rust: 1.12.0 - rust: stable - rust: nightly branches: only: - master script: - | cargo build --verbose && cargo test --verbose && cargo doc -v