]> git.notmuchmail.org Git - notmuch/commitdiff
.travis.yml: Invoke `make download-test-databases' before running tests
authorVladimir Panteleev <notmuch@thecybershadow.net>
Thu, 17 Aug 2017 17:51:39 +0000 (17:51 +0000)
committerDavid Bremner <david@tethera.net>
Wed, 30 Aug 2017 10:18:29 +0000 (07:18 -0300)
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.

.travis.yml

index dbd6434e6ab3dcc66b3a52626f983b5e6960a9db..2ddc4c34b02ecadc95fe377d31b9ef4f586d5f06 100644 (file)
@@ -14,6 +14,7 @@ before_install:
 
 script:
   - ./configure
+  - make download-test-databases
   - make test
 
 notifications: