From: Richard Russon Date: Mon, 28 Mar 2016 16:45:41 +0000 (+0100) Subject: travis: build notmuch and sidebar X-Git-Tag: neomutt-20160404~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d2676d9887f74665dd20eb458c0093af250b645;p=neomutt travis: build notmuch and sidebar --- diff --git a/.travis.yml b/.travis.yml index bc83d9376..1a10f8fb5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,5 @@ compiler: gcc before_script: autoreconf --install # Default is "./configure && make && make test", but no tests yet -script: "./configure && make" +script: "./configure --enable-notmuch --enable-sidebar && make"