[PATCH v2] Enable Travis-CI as a backup continuous integration service.
Wael M. Nasreddine
wael.nasreddine at gmail.com
Fri May 9 14:44:50 PDT 2014
You can access the dashboard at https://travis-ci.org/notmuch/notmuch
---
The v2 adds a notification section to send failure (or back to passing) notifications
to the mailing list and to the IRC channel
.travis.yml | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 .travis.yml
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..1274ac9
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,13 @@
+language: c
+before_install:
+ - sudo apt-get update -qq
+ - wget 'https://launchpad.net/ubuntu/+archive/primary/+files/zlib1g-dev_1.2.8.dfsg-1ubuntu1_amd64.deb'
+ - wget 'https://launchpad.net/ubuntu/+archive/primary/+files/zlib1g_1.2.8.dfsg-1ubuntu1_amd64.deb'
+ - sudo dpkg -i zlib1g-dev_1.2.8.dfsg-1ubuntu1_amd64.deb zlib1g_1.2.8.dfsg-1ubuntu1_amd64.deb
+ - sudo apt-get install -f
+ - sudo apt-get install dtach libxapian-dev libgmime-2.6-dev libtalloc-dev python-sphinx
+
+script: make test
+notifications:
+ email: notmuch at notmuchmail.org
+ irc: "chat.freenode.net#notmuch"
--
1.9.1.423.g4596e3a
More information about the notmuch
mailing list