From 93053a4297e771e48df659da11dafc8b3d0ff838 Mon Sep 17 00:00:00 2001 From: Victor Porof Date: Thu, 2 Feb 2017 10:57:41 +0100 Subject: [PATCH] Add the parser_utils crate to .travis.yml Signed-off-by: Victor Porof --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 70ad6262..2fcdc14e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ script: - cargo build --verbose - cargo test --verbose - cargo test --verbose -p edn + - cargo test --verbose -p parser_utils - cargo test --verbose -p mentat_db - cargo test --verbose -p mentat_query - cargo test --verbose -p mentat_query_parser