plane-split 0.13.9

Plane splitting
Documentation
sudo: false
language: rust
cache: cargo
rust:
  - nightly
  - stable
script:
  - cargo build
  - cargo doc
  - cargo test
  - if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then (cargo bench); fi