typed-arena 1.7.0

The arena, a fast but limited type of allocator
Documentation
sudo: false
language: rust

matrix:
  include:
    - rust: 1.32.0
    - rust: stable
    - rust: beta
    - rust: nightly
    - rust: nightly
      os: linux
      name: "Miri"
      script:
        - sh ci/miri.sh

script:
  - cargo test
  - if [[ "$TRAVIS_RUST_VERSION" == "nightly" ]]; then
      cargo build --no-default-features;
    fi