blob: 3e6107dced65b9e9c502eaf874e3308d397b3a80 [file] [log] [blame]
sudo: false
language: rust
rust:
- nightly
- beta
- stable
- 1.31.0
script:
- cargo run --manifest-path example/Cargo.toml
- cargo test --all