X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=.travis.yml;h=79802b7b1234aea09ad9dc1cfc3eeddea72ba446;hb=ccb52edb4c9fecd65a5a2577b6d1e96c4b8de492;hp=5be8fb156661cd40cfb429a079c92e30e6041f22;hpb=2268eeb90d9603fe4b74e15240117857cbbac2f5;p=notmuch diff --git a/.travis.yml b/.travis.yml index 5be8fb15..79802b7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,17 @@ language: c -before_install: - - sudo apt-get update -qq - - 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. - # TODO: Watch https://github.com/travis-ci/travis-ci/issues/2046 and remove - # this hack once travis-ci switches to Ubuntu 14.04 - - wget 'https://github.com/notmuch/travis-files/raw/master/zlib1g-dev_1.2.8.dfsg-1ubuntu1_amd64.deb' - - wget 'https://github.com/notmuch/travis-files/raw/master/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 +dist: trusty +sudo: false + +addons: + apt: + packages: + - dtach + - libxapian-dev + - libgmime-2.6-dev + - libtalloc-dev + - python3-sphinx + - gpgsm script: - ./configure