pom-preview 3.0.4-alpha-1

PEG parser combinators using operator overloading without macros.
Documentation
language: rust
sudo: false

# run builds for all the trains (and more)
rust:
  - stable

# load travis-cargo
before_script:
  - |
      pip install 'travis-cargo<0.2' --user &&
      export PATH=$HOME/.local/bin:$PATH
# the main build
script:
  - |
      travis-cargo build &&
      travis-cargo test

env:
  global:
    # override the default `--features unstable` used for the nightly branch (optional)
    - TRAVIS_CARGO_NIGHTLY_FEATURE=""