diff options
| author | David Bremner <david@tethera.net> | 2020-07-07 07:56:47 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-07-11 17:20:09 -0300 |
| commit | ee897cab8b7210ae0c9098f278e38ee355c2ef3d (patch) | |
| tree | 40948762858ba82500bb45c5fbfa6abd853c878d /.travis.yml | |
| parent | b90d852a2fb377d5b7db4ab2ac389964f8c0c3b3 (diff) | |
test: drop upgrade from v1 tests
These are less crucial since we stopped generating new database
versions and relied primarily on features. They also rely on a
pre-generated v1 database which happens to be chert format. This
backend is not supported by Xapian 1.5.
Also drop the tool gen-testdb.sh, which is currently broken, due to
changes in the testing infrastructure.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9dc03619..9dcec1ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,6 @@ addons: script: - ./configure - - make download-test-databases - make test notifications: |
