aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--README.md2
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
diff --git a/README.md b/README.md
index f4de423..28ea256 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,8 @@ notmuch-rs
This is not much more than a wrapper for the [notmuch](https://notmuchmail.org/) C api.
+[![Build Status](https://travis-ci.org/vhdirk/notmuch-rs.svg?branch=master)](https://travis-ci.org/vhdirk/notmuch-rs)
+
## Building
**notmuch-rs** expects libnotmuch development files to be installed on your system.