From 3f795961db8228da27bb4823fac2f68e57e7276a Mon Sep 17 00:00:00 2001 From: Dirk Van Haerenborgh Date: Wed, 13 Nov 2019 14:56:32 +0100 Subject: port tests from notmuch-python-cffi --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index ab21b0a..b4c0414 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,11 @@ addons: apt: packages: - libnotmuch-dev + - notmuch + - git script: - cargo build --no-default-features --verbose --all + # clone notmuch to have mail corpora + - git clone git://git.notmuchmail.org/git/notmuch /tmp/notmuch - cargo test --no-default-features --verbose --all -- cgit v1.2.1