smallvec 0.3.4

'Small vector' optimization: store up to a small number of items on the stack
Documentation
language: rust
rust:
  - nightly
  - beta
  - stable
script: |
  cargo build --verbose &&
  cargo build --features=heapsizeof --verbose &&
  cargo test --verbose &&
  cargo test --features=heapsizeof --verbose &&
  ([ $TRAVIS_RUST_VERSION != nightly ] || cargo bench --verbose bench)
notifications:
  webhooks: http://build.servo.org:54856/travis