diff options
| author | Dirk Van Haerenborgh <vhdirk@gmail.com> | 2018-04-14 12:18:25 +0200 |
|---|---|---|
| committer | Dirk Van Haerenborgh <vhdirk@gmail.com> | 2018-04-14 12:18:25 +0200 |
| commit | 518e131c6a796fd6eca4347c9b0ba34a118b80e8 (patch) | |
| tree | ea51aef18208bc33da06d3ef3c7abc25a874dcb8 | |
| parent | 80634a5adea2f45aff8bda691bcedb871d0a60d2 (diff) | |
| download | mail-518e131c6a796fd6eca4347c9b0ba34a118b80e8.tar.gz | |
travis: fix dependencies
| -rw-r--r-- | .travis.yml | 2 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f25e24f..e982f87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,4 @@ matrix: - addons: apt: packages: - - notmuch + - libnotmuch-dev @@ -3,6 +3,8 @@ notmuch-rs This is not much more than a wrapper for the [notmuch](https://notmuchmail.org/) C api. +[](https://travis-ci.org/vhdirk/notmuch-rs) + ## Building **notmuch-rs** expects libnotmuch development files to be installed on your system. |
