projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
536d695
)
.travis.yml: Invoke `make download-test-databases' before running tests
author
Vladimir Panteleev
<notmuch@thecybershadow.net>
Thu, 17 Aug 2017 17:51:39 +0000
(17:51 +0000)
committer
David 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
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index dbd6434e6ab3dcc66b3a52626f983b5e6960a9db..2ddc4c34b02ecadc95fe377d31b9ef4f586d5f06 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-14,6
+14,7
@@
before_install:
script:
- ./configure
+ - make download-test-databases
- make test
notifications: