lalrpop/.travis.yml
2016-01-23 12:35:17 -05:00

12 lines
168 B
YAML

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