evm 0.14.0

SputnikVM - a Portable Blockchain Virtual Machine
Documentation
language: rust
cache: cargo

rust:
  - stable
  - beta
  - nightly

os:
  - linux
  - osx

script:
  - cargo build --release --all --verbose
  - cargo test --release --all --verbose
  - cargo build --no-default-features

matrix:
  allow_failures:
    - rust: nightly

notifications:
  email:
    on_success: never