ens 0.1.0

Access the Ethereum Name Service
Documentation
language: rust
rust:
    - nightly
    - beta
    - stable

cache: cargo
sudo: false

script:
    - cargo build --release --examples
    - cargo test --verbose $FEATURES --no-fail-fast

notifications:
    email: false