smallvec 0.6.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 test --verbose &&
  ([ $TRAVIS_RUST_VERSION != nightly ] || cargo check --verbose --no-default-features) &&
  ([ $TRAVIS_RUST_VERSION != nightly ] || cargo test --verbose --features union) &&
  ([ $TRAVIS_RUST_VERSION != nightly ] || cargo bench --verbose bench)
notifications:
  webhooks: http://build.servo.org:54856/travis