units 0.1.0

Units of Measure for Rust. Easy to use, type-safe and customizable.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: rust

# run builds for both the nightly and stable branch
rust:
  - nightly
  - stable

# load travis-cargo (see https://github.com/huonw/travis-cargo)
before_script:
  - |

      pip install 'travis-cargo<0.2' --user &&
      export PATH=$HOME/.local/bin:$PATH

# the main build
script:
  - |

      travis-cargo build &&
      travis-cargo test