lalrpop/.travis.yml
2016-02-18 20:43:21 -05:00

13 lines
169 B
YAML

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