From: Vladimir Panteleev Date: Thu, 17 Aug 2017 17:51:39 +0000 (+0000) Subject: .travis.yml: Invoke `make download-test-databases' before running tests X-Git-Tag: 0.26_rc0~166 X-Git-Url: https://git.cworth.org/git?p=notmuch;a=commitdiff_plain;h=544d0e288d764cc03ff7b7e777aa7487f8403156 .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. --- 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: