summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 61ec991e..720c86e2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,7 @@ addons:
7 - ubuntu-toolchain-r-test 7 - ubuntu-toolchain-r-test
8 - ubuntu-sdk-team 8 - ubuntu-sdk-team
9 - sourceline: "ppa:beineri/opt-qt594-trusty" 9 - sourceline: "ppa:beineri/opt-qt594-trusty"
10 - sourceline: "ppa:xapian-backports/ppa"
10 packages: 11 packages:
11 - g++-6 12 - g++-6
12 - cmake 13 - cmake
@@ -17,6 +18,7 @@ addons:
17 - qt59webengine 18 - qt59webengine
18 - liblmdb-dev 19 - liblmdb-dev
19 - gperf 20 - gperf
21 - xapian-core
20git: 22git:
21 depth: 1 23 depth: 1
22 24