mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 10:28:09 +01:00
.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.
This commit is contained in:
parent
536d695a31
commit
544d0e288d
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ before_install:
|
|||
|
||||
script:
|
||||
- ./configure
|
||||
- make download-test-databases
|
||||
- make test
|
||||
|
||||
notifications:
|
||||
|
|
Loading…
Reference in a new issue