From 518e131c6a796fd6eca4347c9b0ba34a118b80e8 Mon Sep 17 00:00:00 2001 From: Dirk Van Haerenborgh Date: Sat, 14 Apr 2018 12:18:25 +0200 Subject: travis: fix dependencies --- .travis.yml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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. -- cgit v1.2.1