Test more things on Travis. (#161) r=bgrins
This commit is contained in:
parent
71960de636
commit
370742890c
1 changed files with 2 additions and 1 deletions
|
@ -2,4 +2,5 @@ language: rust
|
|||
script:
|
||||
- cargo build --verbose
|
||||
- cargo test --verbose
|
||||
- cargo test --verbose -p mentat_query_parser
|
||||
- cargo test --verbose -p edn
|
||||
- cargo test --verbose -p mentat_query_parser
|
||||
|
|
Loading…
Reference in a new issue