snow 0.6.2

A pure-rust implementation of the Noise Protocol Framework
Documentation
sudo: false
language: rust
os:
  - linux
  - osx
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly
cache: cargo

script:
  - cargo check --benches
  - cargo test --features "vector-tests"
  - cargo test --features "ring-resolver vector-tests"
  - cargo test --features "ring-accelerated vector-tests"
  - cargo test --no-default-features