fann-sys 0.1.8

Low-level bindings to the Fast Artificial Neural Networks library
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
sudo: false
script:
  - cargo build --verbose
  - cargo test --verbose
  - cargo build --features "double" --verbose
  - cargo test --features "double" --verbose
  - cargo doc --verbose
after_success: curl https://raw.githubusercontent.com/afck/fann-sys-rs/master/scripts/travis-doc-upload.sh | sh
addons:
  apt:
    packages:
      - libfann-dev