horrorshow 0.8.3

a templating library written in rust macros
Documentation
language: rust
sudo: false
rust:
  - nightly
  - beta
  - stable
before_script:
  - ./travis_setup.sh
script:
  - cargo build --verbose --all
  - cargo test --verbose --all
  - cargo test --tests --no-default-features --features=ops --verbose --all
  - cargo test --tests --no-default-features --features=ops,alloc --verbose --all