summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorVladimir Panteleev <notmuch@thecybershadow.net>2017-08-17 17:51:39 +0000
committerDavid Bremner <david@tethera.net>2017-08-30 07:18:29 -0300
commit544d0e288d764cc03ff7b7e777aa7487f8403156 (patch)
treeacccbef7da3f3e6107cbc47ba3624952a175ddfc /.travis.yml
parent536d695a3151f78a0aed0a902298ac53826c46d6 (diff)
.travis.yml: Invoke `make download-test-databases' before running tests
Download the test message database used for the T530-upgrade.sh test. If the additional load on the web server is undesired, Travis can be instructed to cache the file.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index dbd6434e..2ddc4c34 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,6 +14,7 @@ before_install:
script:
- ./configure
+ - make download-test-databases
- make test
notifications: