boring2/.travis.yml

9 lines
160 B
YAML

language: rust
rust: stable
os: osx
cache:
cargo: true
script:
- cargo run --manifest-path=systest/Cargo.toml
- cargo test --manifest-path=openssl/Cargo.toml