string_cache 0.8.0

A string interning library for Rust, developed as part of the Servo project.
Documentation
sudo: false
language: rust
rust:
  - 1.36.0
  - nightly
  - beta
  - stable
os:
  - linux
script:
  - cargo build
  - cargo test --all
  - "cd string-cache-codegen && cargo build && cd .."
  - "if [ $TRAVIS_RUST_VERSION = nightly ]; then cd integration-tests && cargo test --features unstable && cd ..; fi"