inth-oauth2/.travis.yml

13 lines
223 B
YAML

language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
script:
- cargo build --verbose && cargo test --verbose
- cargo build --example google
- cargo build --example github