blob: 0de762166c0d402ea0a848da4acdf20f3e630623 [file] [log] [blame]
language: rust
os:
- linux
- osx
rust:
- stable
cache:
directories:
- $HOME/.cargo
script:
- cargo build --all
- cargo test
- cargo test --no-default-features
- cargo doc --all --no-deps