dimensioned 0.7.0

Compile-time dimensional analysis for various unit systems using Rust's type system. Dimensioned aims to build on Rust's safety features by adding unit safety with no runtime cost. In addition, it aims to be as easy to use as possible, hopefully making things easier for you not just by avoiding bugs but also by making it clear what units things are. Never again should you need to specify units in a comment!
Documentation
language: rust
cache: cargo
sudo: false

notifications:
  email:
    recipients: paho@paholg.com

branches:
  only:
    - master

matrix:
  include:
    - rust: stable
      before_script:
        - rustup component add rustfmt-preview
      script: |
        cargo fmt --version
        cargo fmt --all -- --check
        cargo build
        cargo test --features "test"
        cargo doc
      after_success: |
        test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && cargo publish --token ${CRATESIO_TOKEN}
    - rust: beta
      script: |
        cargo build
        cargo test --features "test"
    - rust: nightly
      before_script:
        - rustup component add clippy-preview
      script: |
        cargo clippy --version
        cargo clippy
        cargo test --no-default-features --features ci
        cargo test --all-features

env:
  global:
  - secure: ZKVATaNNGsoAdISoshGxDt82Ie4lgbrn91cRK+hjQvtAJjlWva554l49P5RU6T4ZkGFC2PyQ/zF8jMmNsPJUeQ3F2E4v1NVw83CrSoqIRmtDzN6kgblshPAZVX8xNsEZarEV+dw+CTA7a5c0J0Nm38lIaxwuntvO47x8Zf0RFZc=
  - secure: YOsYYXcwIx8UZgcI4pPMi6sH6QLYGWpkogQLO53yQYzzpshw1XeKI+QD2Zx5zpUtocyP37zWJwvZZLEcs9auy4W2lrsFrwz0yB3PfzqOo9vDsxcAfm8Ycb+Uvvplwd6DUmRwqAp7XJqzbcL1K0MNezY9+bmE78JVG3WeGn2GGO0=