.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:
Vladimir Panteleev 2017-08-17 17:51:39 +00:00 committed by David Bremner
parent 536d695a31
commit 544d0e288d

View file

@ -14,6 +14,7 @@ before_install:
script:
- ./configure
- make download-test-databases
- make test
notifications: