heapsize 0.3.2

Infrastructure for measuring the total runtime size of an object on the heap
Documentation
language: rust
rust: nightly
notifications:
  webhooks: http://build.servo.org:54856/travis

script:
 - cargo test
 - "[ $TRAVIS_RUST_VERSION = nightly ] || cargo test --features unstable"
 - "[ $TRAVIS_RUST_VERSION = nightly ] || cargo test --manifest-path plugin/Cargo.toml"