heapsize 0.1.3

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

script:
 - cargo build && cargo test
 - cd plugin && cargo build && cargo test