svgdom 0.15.0

Library to represent an SVG as a DOM.
Documentation
language: rust
rust:
  - 1.18.0
  - stable
  - nightly
sudo: required
script:
  - cargo test
  - if [ $TRAVIS_RUST_VERSION == "nightly" ]; then
        env RUSTFLAGS="-Z sanitizer=leak" cargo +nightly test --target x86_64-unknown-linux-gnu;
    fi