aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDirk Van Haerenborgh <vhdirk@gmail.com>2018-04-14 12:18:25 +0200
committerDirk Van Haerenborgh <vhdirk@gmail.com>2018-04-14 12:18:25 +0200
commit518e131c6a796fd6eca4347c9b0ba34a118b80e8 (patch)
treeea51aef18208bc33da06d3ef3c7abc25a874dcb8
parent80634a5adea2f45aff8bda691bcedb871d0a60d2 (diff)
downloadmail-518e131c6a796fd6eca4347c9b0ba34a118b80e8.tar.gz
travis: fix dependencies
-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.