diff options
| author | David Bremner <david@tethera.net> | 2019-04-13 22:28:45 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2019-04-13 23:15:23 -0300 |
| commit | 9956a326db2dbdd32863a67acb28abc82d16a5c8 (patch) | |
| tree | d4323ad470e33ecf7a03b22c877d4f24cd38053b | |
| parent | a56aa472d176d08ba6d175762f673efc345116fa (diff) | |
travis: add xapian-backports PPA
We really want to be testing with a more current version of xapian
than that available in Ubuntu Xenial
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a2caf010..f6d729f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ dist: xenial addons: apt: + sources: + - sourceline: 'ppa:xapian-backports/ppa' packages: - dtach - libxapian-dev |
