heapsize 0.4.0

Infrastructure for measuring the total runtime size of an object on the heap
Documentation
language: rust
rust:
 - 1.8.0
 - nightly
 - beta
 - stable

os:
  - linux
  - osx

notifications:
  webhooks: http://build.servo.org:54856/travis

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