diff options
| author | Dirk Van Haerenborgh <vhdirk@gmail.com> | 2019-11-13 14:56:32 +0100 |
|---|---|---|
| committer | Dirk Van Haerenborgh <vhdirk@gmail.com> | 2019-11-13 14:56:32 +0100 |
| commit | 3f795961db8228da27bb4823fac2f68e57e7276a (patch) | |
| tree | dbf4916ebbd04ea281f4f86d03148c18a4d02339 /.travis.yml | |
| parent | 422377021f9a15b30d297b6ead7864098d5b2c2d (diff) | |
| download | mail-3f795961db8228da27bb4823fac2f68e57e7276a.tar.gz | |
port tests from notmuch-python-cffi
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
