cluuname 0.1.9

Library for displaying information about the system
language: rust
cache: cargo
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly
script:
  - cargo build --verbose
- cargo test --lib --verbose