num_cpus 1.4.0

Get the number of CPUs on a machine.
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly

sudo: false

cache:
  apt: true
  directories:
    - target/debug/deps
    - target/debug/build

script:
  - cargo build --verbose
  - cargo test --verbose

notifications:
  email: false