zbox 0.6.1

Zbox is a zero-details, privacy-focused embeddable file system.
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
cache:
  cargo: true
  directories:
    - $TRAVIS_BUILD_DIR/libsodium
dist: trusty
sudo: required
matrix:
  allow_failures:
    - rust: nightly

before_install:
  - ./.travis.sh

script:
  - cargo build
  - cargo test

notifications:
  email:
    on_success: never