aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 2d29c1e46e5f4888294075ac9172209a6b9f590c (plain) (blame)
1
2
3
4
5
6
7
8
language: rust
rust: stable
os: osx
cache:
  cargo: true
script:
- cargo run --manifest-path=systest/Cargo.toml
- cargo test --manifest-path=openssl/Cargo.toml