1 2 3 4 5 6 7 8 9 10 11 12
sudo: false language: rust rust: - nightly - stable - beta - 1.31.0 script: - cargo test - cargo test --example tests