]> git.notmuchmail.org Git - notmuch/blobdiff - .travis.yml
.travis.yml: Add gdb and gpgsm dependencies
[notmuch] / .travis.yml
index dff57a71ec7bbeb62114120da36af38a98dbd1cb..5be8fb156661cd40cfb429a079c92e30e6041f22 100644 (file)
@@ -1,7 +1,7 @@
 language: c
 before_install:
   - sudo apt-get update -qq
-  - sudo apt-get install dtach libxapian-dev libgmime-2.6-dev libtalloc-dev python-sphinx
+  - sudo apt-get install dtach libxapian-dev libgmime-2.6-dev libtalloc-dev python-sphinx gdb gpgsm
 
   # Notmuch requires zlib 1.2.5.2, unfortunately travis runs on Ubuntu 12.04LTS which
   # ships with zlib 1.2.3.3. We need to update to zlib 1.2.5.2 to be able to build.
@@ -14,6 +14,11 @@ before_install:
 
 script:
   - ./configure
+  - make download-test-databases
   - make test
+
 notifications:
-  irc: "chat.freenode.net#notmuch"
+  irc:
+    channels:
+      - "chat.freenode.net#notmuch"
+    on_success: change