discord-rpc-client/.travis.yml

15 lines
180 B
YAML

language: rust
cache: cargo
rust:
- stable
- nightly
matrix:
allow_failures:
- rust: nightly
fast_finish: true
script:
- cargo test --all
- cargo test --examples