smallvec 0.4.3

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