language: rust cache: cargo rust: - nightly # - stable # would fail, std::process::id is unstable matrix: allow_failures: - rust: nightly fast_finish: true script: - cargo test --all