tylar 0.2.2

Type-Level Arithmetic in Rust
Documentation
language: rust

# run builds for both the nightly and stable branch
rust:
  - nightly
  - stable

# load travis-cargo (see https://github.com/huonw/travis-cargo)
before_script:
  - |

      pip install 'travis-cargo<0.2' --user &&
      export PATH=$HOME/.local/bin:$PATH

# the main build
script:
  - |

      travis-cargo build &&
      travis-cargo --only nightly test
      
env:
  global:
    # override the default `--features unstable` used for the nightly branch (currently not used though)
    - TRAVIS_CARGO_NIGHTLY_FEATURE=nightly