From a54cd9958c2c1e8439e9244a2808ce9e29a0a084 Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Fri, 6 Jan 2017 17:24:45 -0800 Subject: [PATCH] Fix Travis. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 23396e14..eb808d4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,5 @@ language: rust script: - cargo build --verbose - cargo test --verbose - - cargo test --verbose -p datomish-query-parser - - cargo test --verbose -p datomish-cli \ No newline at end of file + - cargo test --verbose -p mentat_query_parser + - cargo test --verbose -p mentat_cli