sounding-bufkit 0.11.0

Library to parse and load Bufkit sounding files.
Documentation
language: rust
cache: cargo

rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly

script:
     - cargo test --verbose
     - if [ "$TRAVIS_BRANCH" == "master" ]; then echo "Working on master branch" && cargo package --verbose; fi