fastobo 0.8.2

Faultless AST for Open Biomedical Ontologies.
Documentation
sudo: false
dist: xenial
language: Rust
cache:
  directories:
    - $HOME/.cargo/bin
    - $TRAVIS_BUILD_DIR/target

rust:
- stable
- beta
- nightly

env:
  global:
  - PATH="$HOME/.cargo/bin:$PATH"
  - RUST_BACKTRACE=1

git:
  depth: false

install:
- ci/travis/install.sh

script:
- ci/travis/script.sh

after_script:
- curl -SsL "https://codecov.io/bash" | bash

before_cache:
- cargo cache -a

deploy:
  provider: script
  script: ci/travis/deploy.sh
  on:
    rust: stable
    tags: true

notifications:
  email:
  - althonosdev@gmail.com