diff options
| -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. |
