]> granicus.if.org Git - neomutt/commitdiff
travis: build notmuch and sidebar
authorRichard Russon <rich@flatcap.org>
Mon, 28 Mar 2016 16:45:41 +0000 (17:45 +0100)
committerRichard Russon <rich@flatcap.org>
Mon, 4 Apr 2016 15:39:15 +0000 (16:39 +0100)
.travis.yml

index bc83d9376972c664d65cb24651d8ba8709e6bf4d..1a10f8fb50e4862cbc68a8da5384a2cfd1cd3065 100644 (file)
@@ -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"