mentat/.travis.yml
Brian Grinstead 9b8257a725 Create a new crate for the query parser. Fixes #138. r=rnewman
Starting to work out the project layout for sub-crates.  The crate inside query-parser/ is "datomish-query-parser" and the core code in src/ depends on it.
2016-12-16 18:43:47 -08:00

6 lines
164 B
YAML

language: rust
script:
- cargo build --verbose
- cargo test --verbose
- cargo test --verbose -p datomish-query-parser
- cargo test --verbose -p datomish-cli