mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 10:28:09 +01:00
06cd6513fa
Travis now offers Ubuntu Trusty (14.04 LTS) VMs as test runners, which is gradually becoming the default. We can opt in to using Trusty now so that we no longer need to manually update zlib to a newer version.
19 lines
354 B
YAML
19 lines
354 B
YAML
language: c
|
|
|
|
dist: trusty
|
|
sudo: required
|
|
|
|
before_install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install dtach libxapian-dev libgmime-2.6-dev libtalloc-dev python-sphinx gdb gpgsm
|
|
|
|
script:
|
|
- ./configure
|
|
- make download-test-databases
|
|
- make test
|
|
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "chat.freenode.net#notmuch"
|
|
on_success: change
|