spidev 0.3.0

Provides access to the Linux spidev interface. This interface allows for configuration of the spidev device, half-duplex SPI access, and full-duplex SPI access.
Documentation
language: rust
sudo: false
rust:
  - 1.7.0
  - stable
  - beta
  - nightly

before_script:
  - pip install 'travis-cargo<0.2' --user

script:
  - cargo build --verbose
  - cargo test --verbose
  - travis-cargo --only stable doc

after_success:
  - travis-cargo --only stable doc-upload