language: rust
rust:
- stable
- beta
- nightly
script:
- cd lalrpop
- cargo test
- cd ../lalrpop-test
- cd ../doc/calculator