[PATCH 1/7] .travis.yml: Invoke `make download-test-databases' before running tests
Vladimir Panteleev
notmuch at thecybershadow.net
Thu Aug 17 10:51:39 PDT 2017
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 | 1 +
1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml
index 6bd397ef..d1aa68b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,6 +14,7 @@ before_install:
script:
- ./configure
+ - make download-test-databases
- make test
# notifications:
--
2.13.3
More information about the notmuch
mailing list