From 544d0e288d764cc03ff7b7e777aa7487f8403156 Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Thu, 17 Aug 2017 17:51:39 +0000 Subject: [PATCH] .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. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index dbd6434e..2ddc4c34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ before_install: script: - ./configure + - make download-test-databases - make test notifications: -- 2.43.0