notmuch/.travis.yml
Daniel Kahn Gillmor 2ed6357407 travis: build against python3-sphinx instead of python-sphinx
Ubuntu trusty has python3-sphinx 1.2.2+dfsg-1ubuntu1, so this should
be OK.
2018-01-12 20:48:46 -04:00

26 lines
354 B
YAML

language: c
dist: trusty
sudo: false
addons:
apt:
packages:
- dtach
- libxapian-dev
- libgmime-2.6-dev
- libtalloc-dev
- python3-sphinx
- gdb
- gpgsm
script:
- ./configure
- make download-test-databases
- make test
notifications:
irc:
channels:
- "chat.freenode.net#notmuch"
on_success: change