peekmore 0.5.4

Iterator which can peek forward multiple elements.
Documentation
language: rust
before_install:
  - if [ $TRAVIS_OS_NAME=linux ]; then chmod +x -R .ci; fi

matrix:
  allow_failures:
    - env: ALLOW_FAILURE=1
  fast_finish: true
  include:
    - name: "stable->linux"
      rust: stable
      os: linux
      script: .ci/test.sh
    - name: "stable->windows"
      rust: stable
      os: windows
      script: .ci/test.sh
    - name : "nightly->linux"
      rust: nightly
      os: linux
      env: ALLOW_FAILURE=1
      script: .ci/test_nightly.sh
    - name: "nightly->windows"
      rust: nightly
      os: windows
      env: ALLOW_FAILURE=1
      script: .ci/test_nightly.sh